Skip to content

Interface: CatalogCategoryEvents#

Common.Catalog.CatalogCategoryEvents

Table of contents#

Methods#

Methods#

catalogAddMenu#

catalogAddMenu(context): void

This event will be emitted when the catalog add menu is opened and is the way to added entries to that menu.

Parameters#

Name Type
context CatalogEntityAddMenuContext

Returns#

void


contextMenuOpen#

contextMenuOpen(entity, context): void

This event will be emitted when the context menu for an entity is declared by this category is opened.

Parameters#

Name Type
entity CatalogEntity<CatalogEntityMetadata, CatalogEntityStatus, CatalogEntitySpec>
context CatalogEntityContextMenuContext

Returns#

void


load#

load(): void

This event will be emitted when the category is loaded in the catalog view.

Returns#

void