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

    An object which holds the data to render a tab.

    interface ScrollableRenderData {
        current: boolean;
        tabIndex?: number;
        tabWidth?: number;
        title: Title<Widget>;
        zIndex: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    current: boolean

    Whether the tab is the current tab.

    tabIndex?: number

    The tabindex value for the tab.

    tabWidth?: number
    title: Title<Widget>

    The title associated with the tab.

    zIndex: number

    The z-index for the tab.