Create the class name for the menu bar item icon.
The full class name for the item icon.
The data to use for the class name.
Create the aria attributes for menu bar item.
The aria attributes object for the item.
The data to use for the aria attributes.
Create the class name for the menu bar item.
The full class name for the menu item.
The data to use for the class name.
Create the dataset for a menu bar item.
The dataset for the menu bar item.
The data to use for the item.
Create the render content for the label node.
The content to add to the label node.
The data to use for the label content.
Render the icon element for a menu bar item.
A virtual element representing the item icon.
The data to use for rendering the icon.
Render the virtual element for a menu bar 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.
Generated using TypeDoc
The default implementation of
IRenderer.Notes
Subclasses are free to reimplement rendering methods as needed.