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

    Extension of the rendering data used for tabs in side bars of the application shell.

    interface SideBarRenderData {
        current: boolean;
        iconSize?: SizeData;
        labelSize?: SizeData;
        paddingBottom?: number;
        paddingTop?: number;
        tabIndex?: number;
        title: Title<Widget>;
        visible?: boolean;
        zIndex: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    current: boolean

    Whether the tab is the current tab.

    iconSize?: SizeData
    labelSize?: SizeData
    paddingBottom?: number
    paddingTop?: number
    tabIndex?: number

    The tabindex value for the tab.

    title: Title<Widget>

    The title associated with the tab.

    visible?: boolean
    zIndex: number

    The z-index for the tab.