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

    The default implementation of IRenderer.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    titleClassName: "lm-AccordionPanel-title"

    A selector which matches any title node in the accordion.

    Methods

    • Render the collapse indicator for a section title.

      Parameters

      • data: Title<Widget>

        The data to use for rendering the section title.

      Returns HTMLElement

      A element representing the collapse indicator.

    • Create a new handle for use with a split panel.

      Returns HTMLDivElement

      A new handle element for a split panel.

    • Render the element for a section title.

      Parameters

      • data: Title<Widget>

        The data to use for rendering the section title.

      Returns HTMLElement

      A element representing the section title.

    • Create a unique render key for the title.

      Parameters

      Returns string

      The unique render key for the title.

      This method caches the key against the section title the first time the key is generated.