Create the class name for the command item icon.
The data to use for the class name.
The full class name for the item icon.
Create the class name for the command palette item.
The data to use for the class name.
The full class name for the command palette item.
Create the dataset for the command palette item.
The data to use for creating the dataset.
The dataset for the command palette item.
Create the render content for the empty message node.
The data to use for the empty message content.
The content to add to the empty message node.
Create the render content for the header node.
The data to use for the header content.
The content to add to the header node.
Create the render content for the item caption node.
The data to use for the caption content.
The content to add to the caption node.
Create the render content for the item label node.
The data to use for the label content.
The content to add to the label node.
Create the render content for the item shortcut node.
The data to use for the shortcut content.
The content to add to the shortcut node.
Render the empty results message for a command palette.
The data to use for rendering the message.
A virtual element representing the message.
Render the virtual element for a command palette header.
The data to use for rendering the header.
A virtual element representing the header.
Render the virtual element for a command palette item.
The data to use for rendering the item.
A virtual element representing the item.
Render the caption for a command palette item.
The data to use for rendering the caption.
A virtual element representing the caption.
Render the content for a command palette item.
The data to use for rendering the content.
A virtual element representing the content.
Render the icon for a command palette item.
The data to use for rendering the icon.
A virtual element representing the icon.
Render the label for a command palette item.
The data to use for rendering the label.
A virtual element representing the label.
Render the shortcut for a command palette item.
The data to use for rendering the shortcut.
A virtual element representing the shortcut.
Generated using TypeDoc
The default implementation of
IRenderer
.