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

    The default implementation of IRenderer.

    Subclasses are free to reimplement rendering methods as needed.

    Implements

    Index

    Constructors

    Methods

    • Create the class name for the menu bar item icon.

      Parameters

      Returns string

      The full class name for the item icon.

    • Create the aria attributes for menu bar item.

      Parameters

      Returns ElementARIAAttrs

      The aria attributes object for the item.

    • Create the class name for the menu bar item.

      Parameters

      Returns string

      The full class name for the menu item.

    • Create the dataset for a menu bar item.

      Parameters

      Returns ElementDataset

      The dataset for the menu bar item.

    • Create the render content for the label node.

      Parameters

      Returns Child

      The content to add to the label node.

    • Render the icon element for a menu bar item.

      Parameters

      Returns VirtualElement

      A virtual element representing the item icon.

    • Render the virtual element for a menu bar item.

      Parameters

      Returns VirtualElement

      A virtual element representing the item.

    • Render the label element for a menu item.

      Parameters

      Returns VirtualElement

      A virtual element representing the item label.