interface MetaEntityActionMoveToKind {
    additionalOptions?: boolean;
    foldersOnly?: boolean;
    icon: string;
    label: string;
    moveRepositoryAlias: string;
    treeAlias: string;
    treeRepositoryAlias: string;
}

Hierarchy (View Summary, Expand)

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.

MetaEntityActionDefaultKind

foldersOnly?: boolean
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", "Create Content Template" ]

moveRepositoryAlias: string
treeAlias: string
treeRepositoryAlias: string
MMNEPVFCICPMFPCPTTAAATR