Skip to content

DragStartEvent

Unofficial

Information about the initial drag start event.

Import:

import type { DragStartEvent } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface DragStartEvent

Properties

PropertyTypeDescription
evtDragEventThe original drag event.
movedbooleanWhether the dragged item has moved from its starting position.

Links to this page: