ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > ContextMenuImplementationProperties

ContextMenuImplementationProperties interface

Signature:

export interface ContextMenuImplementationProperties 

Properties

PropertyTypeDescription
getItems(translator: Translator, deserializer: Deserializer, renderMultiBinding: MultiBinding) => (ContextMenuItem | 'separator')[]
hasItems() => booleanWhether the menu has items to display or not.
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) => voidCalled when the menu is unloaded from the UI.
  • ContextMenuImplementationProperties interface
  • Properties
Copyright © 2019 ActiveViam