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

    A renderer for use with an accordion layout.

    interface IRenderer {
        titleClassName: string;
        createHandle(): HTMLDivElement;
        createSectionTitle(title: Title<Widget>): HTMLElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    titleClassName: string

    Common class name for all accordion titles.

    Methods

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

      Returns HTMLDivElement

      A new handle element.

    • Render the element for a section title.

      Parameters

      • title: Title<Widget>

        The data to use for rendering the section title.

      Returns HTMLElement

      A element representing the section title.