Home > @activeviam/activeui-sdk > ContextMenuImplementationProperties
ContextMenuImplementationProperties interface
Signature:
export interface ContextMenuImplementationProperties
Properties
Property | Type | Description |
---|---|---|
getItems | (translator: Translator, deserializer: Deserializer, exceptionsHandler: ExceptionsHandler, renderMultiBinding: MultiBinding) => (ContextMenuItem | 'separator')[] | |
load | (renderMultiBinding: MultiBinding) => void | (() => void) | Called when the menu is loaded in the UI. Can return a function to perform some cleanup. |
unload | (renderMultiBinding: MultiBinding) => void | Called when the menu is unloaded from the UI. |