Options
All
  • Public
  • Public/Protected
  • All
Menu

The default implementation of IRenderer.

Hierarchy

  • Renderer

Implements

Index

Methods

createIconClass

  • Create the class name for the command item icon.

    Parameters

    Returns string

    The full class name for the item icon.

createItemClass

  • Create the class name for the command palette item.

    Parameters

    Returns string

    The full class name for the command palette item.

createItemDataset

  • Create the dataset for the command palette item.

    Parameters

    Returns ElementDataset

    The dataset for the command palette item.

formatEmptyMessage

  • Create the render content for the empty message node.

    Parameters

    Returns h.Child

    The content to add to the empty message node.

formatHeader

  • Create the render content for the header node.

    Parameters

    Returns h.Child

    The content to add to the header node.

formatItemCaption

  • Create the render content for the item caption node.

    Parameters

    Returns h.Child

    The content to add to the caption node.

formatItemLabel

  • Create the render content for the item label node.

    Parameters

    Returns h.Child

    The content to add to the label node.

formatItemShortcut

  • Create the render content for the item shortcut node.

    Parameters

    Returns h.Child

    The content to add to the shortcut node.

renderEmptyMessage

renderHeader

renderItem

renderItemCaption

  • Render the caption for a command palette item.

    Parameters

    Returns VirtualElement

    A virtual element representing the caption.

renderItemContent

  • Render the content for a command palette item.

    Parameters

    Returns VirtualElement

    A virtual element representing the content.

renderItemIcon

  • Render the icon for a command palette item.

    Parameters

    Returns VirtualElement

    A virtual element representing the icon.

renderItemLabel

  • Render the label for a command palette item.

    Parameters

    Returns VirtualElement

    A virtual element representing the label.

renderItemShortcut

  • Render the shortcut for a command palette item.

    Parameters

    Returns VirtualElement

    A virtual element representing the shortcut.

Generated using TypeDoc