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

    Interface FlowScreen

    interface FlowScreen {
        allowBack?: boolean;
        allowFinish?: boolean;
        allowPause?: boolean;
        backButtonLabel?: string;
        connector?: FlowConnector;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        fields?: FlowScreenField[];
        helpText?: string;
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        nextOrFinishButtonLabel?: string;
        pauseButtonLabel?: string;
        pausedText?: string;
        processMetadataValues?: FlowMetadataValue[];
        rules?: FlowScreenRule[];
        showFooter?: boolean;
        showHeader?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowBack?: boolean
    allowFinish?: boolean
    allowPause?: boolean
    backButtonLabel?: string
    connector?: FlowConnector
    description?: string
    elementSubtype?: FlowElementSubtype
    fields?: FlowScreenField[]
    helpText?: string
    label?: string
    locationX: number
    locationY: number
    name?: string
    nextOrFinishButtonLabel?: string
    pauseButtonLabel?: string
    pausedText?: string
    processMetadataValues?: FlowMetadataValue[]
    rules?: FlowScreenRule[]
    showFooter?: boolean
    showHeader?: boolean