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

    Interface OmniScriptStepElementDefinition

    interface OmniScriptStepElementDefinition {
        bAccordionActive: boolean;
        bAccordionOpen: boolean;
        bEmbed: boolean;
        bHasAttachment: boolean;
        children: {
            bHasAttachment: boolean;
            eleArray: OmniScriptElementDefinition[];
            indexInParent: number;
            level: number;
            response: null | string;
        }[];
        index?: number;
        indexInParent: number;
        inheritShowProp?: null
        | object;
        JSONPath?: string;
        level: number;
        name: string;
        offSet: number;
        propSetMap: OmniScriptStepElementPropertySet;
        response?: null | object;
        rootIndex?: number;
        type: "Step";
    }

    Hierarchy (View Summary)

    Index

    Properties

    bAccordionActive: boolean
    bAccordionOpen: boolean
    bEmbed: boolean
    bHasAttachment: boolean
    children: {
        bHasAttachment: boolean;
        eleArray: OmniScriptElementDefinition[];
        indexInParent: number;
        level: number;
        response: null | string;
    }[]
    index?: number
    indexInParent: number
    inheritShowProp?: null | object
    JSONPath?: string
    level: number
    name: string
    offSet: number
    response?: null | object
    rootIndex?: number
    type: "Step"