Create the class name for the menu item icon.
The full class name for the item icon.
The data to use for the class name.
Create the aria attributes for menu item.
The aria attributes object for the item.
The data to use for the aria attributes.
Create the class name for the menu item.
The full class name for the menu item.
The data to use for the class name.
Create the dataset for the menu item.
The dataset for the menu item.
The data to use for creating the dataset.
Create the render content for the label node.
The content to add to the label node.
The data to use for the label content.
Create the render content for the shortcut node.
The content to add to the shortcut node.
The data to use for the shortcut content.
Render the icon element for a menu item.
A virtual element representing the item icon.
The data to use for rendering the icon.
Render the virtual element for a menu item.
A virtual element representing the item.
The data to use for rendering the item.
Render the label element for a menu item.
A virtual element representing the item label.
The data to use for rendering the label.
Render the shortcut element for a menu item.
A virtual element representing the item shortcut.
The data to use for rendering the shortcut.
Render the submenu icon element for a menu item.
A virtual element representing the submenu icon.
The data to use for rendering the submenu icon.
Generated using TypeDoc
The default implementation of
IRenderer.Notes
Subclasses are free to reimplement rendering methods as needed.