Skip to content

Vizel API / core/src / VizelBlockMoveKeymap

Variable: VizelBlockMoveKeymap

ts
const VizelBlockMoveKeymap: Extension<any, any>;

Defined in: packages/core/src/extensions/drag-handle.ts:328

Extension for keyboard shortcuts to move blocks up/down. Alt+ArrowUp moves block up, Alt+ArrowDown moves block down. Supports moving list items within their parent list.

Released under the MIT License.