interface MetaEntityActionSortChildrenOfKind {
    icon: string;
    label: string;
    sortChildrenOfRepositoryAlias: string;
    treeRepositoryAlias: string;
}

Hierarchy (view full)

Properties

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" ]

sortChildrenOfRepositoryAlias: string
treeRepositoryAlias: string
""