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

    Interface ActionLauncherItemDefMetadata

    interface ActionLauncherItemDefMetadata {
        fullName?: string;
        identifier: string;
        itemActionType: "Omniscript";
        itemCategory: ItemCategory;
        itemLanguage: string;
        masterLabel: string;
        subType: string;
        type: string;
        versionNumber: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    fullName?: string
    identifier: string
    itemActionType: "Omniscript"
    itemCategory: ItemCategory
    itemLanguage: string
    masterLabel: string
    subType: string
    type: string
    versionNumber: string