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

    Interface ActionOverride

    interface ActionOverride {
        actionName?: string;
        comment?: string;
        content?: string;
        formFactor?: FormFactor;
        skipRecordTypeSelect?: boolean;
        type?: ActionOverrideType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionName?: string
    comment?: string
    content?: string
    formFactor?: FormFactor
    skipRecordTypeSelect?: boolean