Skip to content

Interface: CatalogEntityAddMenu#

Common.Catalog.CatalogEntityAddMenu

Hierarchy#

CatalogEntityAddMenu

Table of contents#

Properties#

Properties#

confirm#

Optional confirm: Object

Confirm click with a message

Type declaration#

Name Type
message string

Inherited from#

CatalogEntityContextMenu.confirm


defaultAction#

Optional defaultAction: boolean


icon#

icon: string

Menu icon

Overrides#

CatalogEntityContextMenu.icon


onClick#

onClick: () => void | Promise<void>

Type declaration#

▸ (): void | Promise<void>

OnClick handler

Returns#

void | Promise<void>

Inherited from#

CatalogEntityContextMenu.onClick


title#

title: string

Menu title

Inherited from#

CatalogEntityContextMenu.title