Theia API Documentation v1.65.0
    Preparing search index...

    The default implementation of IRenderer.

    Implements

    Index

    Constructors

    Methods

    • Create the class name for the command item icon.

      Parameters

      Returns string

      The full class name for the item icon.

    • Create the class name for the command palette item.

      Parameters

      Returns string

      The full class name for the command palette item.

    • Create the dataset for the command palette item.

      Parameters

      Returns ElementDataset

      The dataset for the command palette item.

    • Create the render content for the empty message node.

      Parameters

      Returns Child

      The content to add to the empty message node.

    • Create the render content for the header node.

      Parameters

      Returns Child

      The content to add to the header node.

    • Create the render content for the item caption node.

      Parameters

      Returns Child

      The content to add to the caption node.

    • Create the render content for the item label node.

      Parameters

      Returns Child

      The content to add to the label node.

    • Create the render content for the item shortcut node.

      Parameters

      Returns Child

      The content to add to the shortcut node.

    • Render the empty results message for a command palette.

      Parameters

      Returns VirtualElement

      A virtual element representing the message.

    • Render the virtual element for a command palette header.

      Parameters

      Returns VirtualElement

      A virtual element representing the header.

    • Render the virtual element for a command palette item.

      Parameters

      Returns VirtualElement

      A virtual element representing the item.

    • Render the caption for a command palette item.

      Parameters

      Returns VirtualElement

      A virtual element representing the caption.

    • Render the content for a command palette item.

      Parameters

      Returns VirtualElement

      A virtual element representing the content.

    • Render the icon for a command palette item.

      Parameters

      Returns VirtualElement

      A virtual element representing the icon.

    • Render the label for a command palette item.

      Parameters

      Returns VirtualElement

      A virtual element representing the label.

    • Render the shortcut for a command palette item.

      Parameters

      Returns VirtualElement

      A virtual element representing the shortcut.