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

    Interface PlatformActionListItem

    interface PlatformActionListItem {
        actionName: string;
        actionType: PlatformActionType;
        sortOrder: number;
        subtype?: string;
    }
    Index

    Properties

    actionName: string
    actionType: PlatformActionType
    sortOrder: number
    subtype?: string