Options
Menu

Interface MenuItem

Index

Properties

optional action

action?:

Can be a string with an expression to evaluate or a function

optional argumentTypes

argumentTypes?:

argument types for RBAC checking

optional heading

heading?:

If set this menu item will be a separator with a heading to help group related menu items

optional icon

icon?:

An optional icon, if not provided a spacer is used to ensure the menu is laid out correctly

optional items

items?:

A submenu for this item

optional methodName

methodName?:

method name for RBAC checking

optional objectName

objectName?:

Object name for RBAC checking

optional title

title?:

The string displayed in the menu

optional valid

valid?:

Used in extensible menus to determine whether or not the menu item should be shown

Generated using TypeDoc