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

    Interface OmniScriptStepElementPropertySet

    interface OmniScriptStepElementPropertySet {
        allowSaveForLater?: boolean;
        bus?: boolean;
        businessCategory?: string;
        businessEvent?: string;
        cancelLabel?: string;
        cancelMessage?: null | string;
        chartLabel?: null | string;
        completeLabel?: null | string;
        completeMessage?: null | string;
        conditionType?: "Hide if False" | "Show if True";
        controlWidth?: number;
        errorMessage?: Record<string, any>;
        HTMLTemplateId?: string;
        instruction?: string;
        instructionKey?: null | string;
        knowledgeOptions?: Record<string, any>;
        label: string;
        message?: Record<string, any>;
        nextLabel: string;
        nextWidth?: string | number;
        previousLabel: string;
        previousWidth?: number;
        pubsub?: boolean;
        remoteClass?: string;
        remoteMethod?: string;
        remoteOptions?: Record<string, any>;
        remoteTimeout?: number;
        rpe?: boolean;
        saveLabel: string;
        saveMessage: string;
        show?: RuleGroup;
        showPersistentComponent?: boolean[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    allowSaveForLater?: boolean
    bus?: boolean
    businessCategory?: string
    businessEvent?: string
    cancelLabel?: string
    cancelMessage?: null | string
    chartLabel?: null | string
    completeLabel?: null | string
    completeMessage?: null | string
    conditionType?: "Hide if False" | "Show if True"
    controlWidth?: number
    errorMessage?: Record<string, any>
    HTMLTemplateId?: string
    instruction?: string
    instructionKey?: null | string
    knowledgeOptions?: Record<string, any>
    label: string
    message?: Record<string, any>
    nextLabel: string
    nextWidth?: string | number
    previousLabel: string
    previousWidth?: number
    pubsub?: boolean
    remoteClass?: string
    remoteMethod?: string
    remoteOptions?: Record<string, any>
    remoteTimeout?: number
    rpe?: boolean
    saveLabel: string
    saveMessage: string
    show?: RuleGroup
    showPersistentComponent?: boolean[]