vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FlowChoice

    interface FlowChoice {
        choiceText: string;
        dataType: FlowDataType;
        description?: string;
        name?: string;
        processMetadataValues?: FlowMetadataValue[];
        userInput?: FlowChoiceUserInput;
        value?: FlowElementReferenceOrValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    choiceText: string
    dataType: FlowDataType
    description?: string
    name?: string
    processMetadataValues?: FlowMetadataValue[]