Options
Menu

Interface MenuItem

Index

Properties

optional action

action?: any

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

optional argumentTypes

argumentTypes?: string

argument types for RBAC checking

optional heading

heading?: string

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

optional icon

icon?: string

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

optional items

items?: MenuItem[]

A submenu for this item

optional methodName

methodName?: string

method name for RBAC checking

optional objectName

objectName?: string

Object name for RBAC checking

optional title

title?: string

The string displayed in the menu

optional valid

valid?: Function

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

valid function signature

  • (): boolean

Generated using TypeDoc