Skip to content

Vizel API / core/src / VizelDragHandleOptions

Interface: VizelDragHandleOptions

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

Properties

enabled?

ts
optional enabled?: boolean;

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

Whether to show the drag handle

Default

ts
true

locale?

ts
optional locale?: VizelLocale;

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

Locale for drag handle UI strings. If not provided, default English strings are used.

Released under the MIT License.