Interface DockviewGroupMoveParams

interface DockviewGroupMoveParams {
    group?: DockviewGroupPanel;
    index?: number;
    position?: "center" | "left" | "top" | "right" | "bottom";
}

Properties

index?: number

The index to place the panel within a group, only applicable if the placement is within an existing group

position?: "center" | "left" | "top" | "right" | "bottom"

Generated using TypeDoc