Use this property to pass in Fluent UI ContextMenu property directly. It will overwrite the values of other conflict properties
A callback function to verify which subitem ID should have a checkmark
The editor object that triggers this event
The node that user is clicking onto
ID to be shown as selected, null for none
Icon props for the context menu item
CSS class name for drop down menu item
Custom render of drop down item
This menu item
click handler of this menu item
key of this button, needs to be unique
Click event handler
Key of the menu item that is clicked
The editor object that triggers this event
The node that user is clicking onto
The strings object used by getLocalizedString() function
UI Utilities to help render additional react component from this click event
A context object that passed in from context menu provider, can be anything
A callback function to check whether this menu item should show now
The editor object that triggers this event
The node that user is clicking onto
A context object that passed in from context menu provider, can be anything
A key-value map for sub menu items, key is the key of menu item, value is unlocalized string When click on a child item, onClick handler will be triggered with the key of the clicked child item passed in as the second parameter
Text of the button. This text is not localized. To show a localized text, pass a dictionary to Ribbon component via RibbonProps.strings.
Generated using TypeDoc
Represent a context menu item