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

    Interface RecordActionSelectableItem

    interface RecordActionSelectableItem {
        action: string;
        frequentActionSequenceNbr?: number;
        isFrequentAction?: boolean;
        type: RecordActionType;
    }
    Index

    Properties

    action: string
    frequentActionSequenceNbr?: number
    isFrequentAction?: boolean