Type alias DockviewGroupLocation

DockviewGroupLocation: {
    type: "grid";
} | {
    type: "floating";
} | {
    getWindow: (() => Window);
    type: "popout";
}

Type declaration

  • type: "grid"

Type declaration

  • type: "floating"

Type declaration

  • getWindow: (() => Window)
      • (): Window
      • Returns Window

  • type: "popout"

Generated using TypeDoc