Skip to content

Interface: CatalogEntityAddMenu#

Common.Catalog.CatalogEntityAddMenu

Hierarchy#

CatalogEntityAddMenu

Table of contents#

Properties#

Methods#

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


title#

title: string

Menu title

Inherited from#

CatalogEntityContextMenu.title

Methods#

onClick#

onClick(): void | Promise<void>

OnClick handler

Returns#

void | Promise<void>

Inherited from#

CatalogEntityContextMenu.onClick