@watergis/maplibre-gl-terradraw
    Preparing search index...

    Type Alias UndoRedoKeyboardShortcut

    A single undo/redo shortcut in the shape expected by TerraDraw's TerraDrawUndoRedoKeyboardShortcuts constructor.

    type UndoRedoKeyboardShortcut = {
        heldKeys: KeyboardShortcut["heldKeys"];
        key: KeyboardShortcut["key"];
    }
    Index