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

    Interface OmniScriptValidationElementPropertySet

    interface OmniScriptValidationElementPropertySet {
        bus?: boolean;
        controlWidth?: number;
        disOnTplt: boolean;
        hideLabel: boolean;
        HTMLTemplateId?: string;
        label?: string;
        messages?: {
            active: boolean;
            text?: string;
            type: "Error" | "Warning" | "Requirement";
            value: boolean;
        }[];
        rpe?: boolean;
        show?: RuleGroup;
        validateExpression?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    bus?: boolean
    controlWidth?: number
    disOnTplt: boolean
    hideLabel: boolean
    HTMLTemplateId?: string
    label?: string
    messages?: {
        active: boolean;
        text?: string;
        type: "Error" | "Warning" | "Requirement";
        value: boolean;
    }[]
    rpe?: boolean
    show?: RuleGroup
    validateExpression?: string