Skip to main content

Developer Reference / @visdesignlab/upset2-react / ContextMenuItem

Type Alias: ContextMenuItem

ContextMenuItem = object

Defined in: types.ts:24

Properties

PropertyTypeDescriptionDefined in
disabled?booleanSpecifies whether the context menu item is disabled.types.ts:38
labelstringThe label for the context menu item.types.ts:28
onClick() => voidThe function to call when the context menu item is clicked.types.ts:33