Dockview
    Preparing search index...

    Interface DragModifiers

    Keyboard modifier state captured from a pointer event (e.g. for snapping gates that suspend while a modifier is held).

    interface DragModifiers {
        altKey: boolean;
        ctrlKey: boolean;
        metaKey: boolean;
        shiftKey: boolean;
    }
    Index

    Properties

    altKey: boolean
    ctrlKey: boolean
    metaKey: boolean
    shiftKey: boolean