Skip to main content

Move Group

This section describes how you can move a group.

Methods

moveTo
moveTo(options: {
group?: DockviewGroupPanel,
position?: 'right' | 'bottom' | 'top' | 'left' | 'center'
}): 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 });