Dockview
    Preparing search index...

    Interface SerializedTabGroup

    interface SerializedTabGroup {
        collapsed: boolean;
        color?: string;
        componentParams?: Record<string, unknown>;
        id: string;
        label?: string;
        panelIds: string[];
    }
    Index

    Properties

    collapsed: boolean
    color?: string
    componentParams?: Record<string, unknown>
    id: string
    label?: string
    panelIds: string[]