Dockview
    Preparing search index...

    Interface SerializedFloatingGroup

    interface SerializedFloatingGroup {
        data?: GroupPanelViewState;
        grid?: SerializedGridview<GroupPanelViewState>;
        position: AnchoredBox;
    }
    Index

    Properties

    Properties

    data?: GroupPanelViewState

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

    grid?: SerializedGridview<GroupPanelViewState>

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

    position: AnchoredBox