Dockview
    Preparing search index...

    Interface DockviewGroupMoveParams

    interface DockviewGroupMoveParams {
        group?: DockviewGroupPanel;
        index?: number;
        position?: Position;
        skipSetActive?: boolean;
    }
    Index

    Properties

    index?: number

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

    position?: Position
    skipSetActive?: boolean

    Whether to skip setting the group as active after moving