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

    A renderer for use with a dock layout.

    interface IRenderer {
        createHandle(): HTMLDivElement;
        createTabBar(document?: Document | ShadowRoot): TabBar<Widget>;
    }

    Implemented by

    Index

    Methods

    • Create a new handle node for use with a dock layout.

      Returns HTMLDivElement

      A new handle node for a dock layout.

    • Create a new tab bar for use with a dock layout.

      Parameters

      • Optionaldocument: Document | ShadowRoot

      Returns TabBar<Widget>

      A new tab bar for a dock layout.