interface MetaEntityCreateOptionAction {
    additionalOptions?: boolean;
    description?: string;
    icon: string;
    label: string;
}

Properties

additionalOptions?: boolean

The action requires additional input from the user. A dialog will prompt the user for more information or to make a choice.

description?: string

A description of the action to be performed

[ "Create a document type with a template", "Create a document from a blueprint" ]

icon: string

An icon to represent the action to be performed

[ "icon-box", "icon-grid" ]

label: string

The friendly name of the action to perform

[ "Create with Template", "Create from Blueprint" ]

MMNEPVFCICPMFPCPTTAAATR