Dockview
    Preparing search index...

    Interface DockviewGroupPanelHeaderDirectionChangeEvent

    interface DockviewGroupPanelHeaderDirectionChangeEvent {
        direction: DockviewHeaderDirection;
        position: DockviewHeaderPosition;
    }
    Index

    Properties

    Properties

    The header's new axis: 'horizontal' (top/bottom) or 'vertical' (left/right).

    The header position that produced the new direction.