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

    Interface OmniScriptElementRecord

    interface OmniScriptElementRecord {
        active: boolean;
        id: string;
        level: number;
        name: string;
        omniScriptId: string;
        order: number;
        parentElementId?: string;
        propertySet: string;
        sObjectType: string;
        type: string;
    }
    Index

    Properties

    active: boolean
    id: string
    level: number
    name: string
    omniScriptId: string
    order: number
    parentElementId?: string
    propertySet: string
    sObjectType: string
    type: string