Move group
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 |
|
|---|
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
- Managing groups: create, remove, and clear groups
- Group controls: add custom actions to a group header
- Locking: block drop interactions on a group or the whole layout