Vizel API / core/src / createVizelDragHandleExtensions
Function: createVizelDragHandleExtensions()
ts
function createVizelDragHandleExtensions(options?): Extension<any, any>[];Defined in: packages/core/src/extensions/drag-handle.ts:397
Creates the complete drag handle extension set including:
- Visual drag handle on block hover
- Keyboard shortcuts for block movement (Alt+Up/Down)
Parameters
| Parameter | Type |
|---|---|
options | VizelDragHandleOptions |
Returns
Extension<any, any>[]