Dockview
    Preparing search index...

    Interface SmartGuidesSnapEvent

    Fired when a dragged float commits an alignment snap on drop.

    interface SmartGuidesSnapEvent {
        axes: ("x" | "y")[];
        group: DockviewGroupPanel;
    }
    Index

    Properties

    Properties

    axes: ("x" | "y")[]

    Which axes were snapped at release.