Dockview
    Preparing search index...

    Type Alias DockviewGroupLocation

    DockviewGroupLocation:
        | { type: "grid" }
        | { type: "floating" }
        | { getWindow: () => Window; popoutUrl?: string; type: "popout" }
        | { position: EdgeGroupPosition; type: "edge" }