Skip to main content

Developer Reference / @visdesignlab/upset2-react / ContextMenuItem

Type Alias: ContextMenuItem

ContextMenuItem = object

Defined in: types.ts:45

Properties

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