Skip to main content

Move group

Moving a group repositions it within the layout (docking it against another group or panel, or against an absolute edge) through the Group API's moveTo method.

Methods

moveTo
moveTo(options: DockviewGroupMoveParams): void

Move a group

You can move a group through the Group API and you can find out how to move a panel here.

panel.group.api.moveTo({ group, position, index });

See also