Skip to content

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

ParameterType
optionsVizelDragHandleOptions

Returns

Extension&lt;any, any&gt;[]

Released under the MIT License.