Dockview
    Preparing search index...

    Interface TabGroupOptions

    interface TabGroupOptions {
        collapsed?: boolean;
        color?: string;
        componentParams?: Record<string, unknown>;
        label?: string;
    }
    Index

    Properties

    collapsed?: boolean
    color?: string
    componentParams?: Record<string, unknown>

    Free-form data passed to a custom chip renderer (createTabGroupChipComponent). Read via tabGroup.componentParams inside the renderer's init / update. Must be JSON-serializable to round-trip through layout serialization.

    label?: string