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