Dockview
    Preparing search index...

    Interface SerializedPopoutGroup

    interface SerializedPopoutGroup {
        data?: GroupPanelViewState;
        grid?: SerializedGridview<GroupPanelViewState>;
        gridReferenceGroup?: string;
        position: Box | null;
        url?: string;
    }
    Index

    Properties

    data?: GroupPanelViewState

    Legacy single-group form. Still written when a popout window hosts a single group (for stable round-trips) and always accepted on read.

    grid?: SerializedGridview<GroupPanelViewState>

    Nested layout of the popout window. Written when the window hosts more than one group; mutually exclusive with data.

    gridReferenceGroup?: string
    position: Box | null
    url?: string