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

    Interface FlowScreenTranslation

    interface FlowScreenTranslation {
        backButtonLabel?: string;
        fields?: FlowScreenFieldTranslation[];
        helpText?: string;
        name: string;
        nextOrFinishButtonLabel?: string;
        pauseButtonLabel?: string;
        pausedText?: string;
    }
    Index

    Properties

    backButtonLabel?: string
    helpText?: string
    name: string
    nextOrFinishButtonLabel?: string
    pauseButtonLabel?: string
    pausedText?: string