Type alias DockviewGroupLocation
DockviewGroupLocation: {
type: "grid";
} | {
type: "floating";
} | {
getWindow: (() => Window);
popoutUrl?: string;
type: "popout";
}
Type declaration
getWindow: (() => Window)
Optional
popoutUrl?: string
type: "popout"