Home > @activeviam/activeui-sdk > ContextMenuImplementationProperties > load
ContextMenuImplementationProperties.load property
Called when the menu is loaded in the UI. Can return a function to perform some cleanup.
Signature:
load?: (renderMultiBinding: MultiBinding) => void | (() => void);