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

    Interface FlowScreenFieldTranslation

    interface FlowScreenFieldTranslation {
        fieldText?: string;
        helpText?: string;
        inputParameters?: FlowInputParameterTranslation[];
        name: string;
        validationRule?: FlowInputValidationRuleTranslation;
    }
    Index

    Properties

    fieldText?: string
    helpText?: string
    inputParameters?: FlowInputParameterTranslation[]
    name: string