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

    Interface OmniProcessElementRecord

    interface OmniProcessElementRecord {
        description: string;
        embeddedOmniScriptKey: string;
        id: string;
        isActive: boolean;
        isOmniScriptEmbeddable: boolean;
        level: number;
        name: string;
        omniProcessId: string;
        parentElementId: string;
        propertySetConfig: string;
        sequenceNumber: number;
        type: string;
    }
    Index

    Properties

    description: string
    embeddedOmniScriptKey: string
    id: string
    isActive: boolean
    isOmniScriptEmbeddable: boolean
    level: number
    name: string
    omniProcessId: string
    parentElementId: string
    propertySetConfig: string
    sequenceNumber: number
    type: string