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

    Interface FlowScreenField

    interface FlowScreenField {
        choiceReferences?: string[];
        dataType?: FlowDataType;
        dataTypeMappings?: FlowDataTypeMapping[];
        defaultSelectedChoiceReference?: string;
        defaultValue?: FlowElementReferenceOrValue;
        description?: string;
        extensionName?: string;
        fields?: FlowScreenField[];
        fieldText?: string;
        fieldType: FlowScreenFieldType;
        helpText?: string;
        inputParameters?: FlowScreenFieldInputParameter[];
        inputsOnNextNavToAssocScrn?: FlowScreenFieldInputsRevisited;
        isRequired?: boolean;
        isVisible?: null | boolean;
        name?: string;
        objectFieldReference?: string;
        outputParameters?: FlowScreenFieldOutputParameter[];
        processMetadataValues?: FlowMetadataValue[];
        regionContainerType?: FlowRegionContainerType;
        scale?: number;
        storeOutputAutomatically?: boolean;
        validationRule?: FlowInputValidationRule;
        visibilityRule?: FlowVisibilityRule;
    }

    Hierarchy (View Summary)

    Index

    Properties

    choiceReferences?: string[]
    dataType?: FlowDataType
    dataTypeMappings?: FlowDataTypeMapping[]
    defaultSelectedChoiceReference?: string
    description?: string
    extensionName?: string
    fields?: FlowScreenField[]
    fieldText?: string
    helpText?: string
    inputParameters?: FlowScreenFieldInputParameter[]
    inputsOnNextNavToAssocScrn?: FlowScreenFieldInputsRevisited
    isRequired?: boolean
    isVisible?: null | boolean
    name?: string
    objectFieldReference?: string
    outputParameters?: FlowScreenFieldOutputParameter[]
    processMetadataValues?: FlowMetadataValue[]
    regionContainerType?: FlowRegionContainerType
    scale?: number
    storeOutputAutomatically?: boolean
    validationRule?: FlowInputValidationRule
    visibilityRule?: FlowVisibilityRule