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

Property Type Description
evt DragEvent The original drag event.
moved boolean Whether the dragged item has moved from its starting position.

Links to this page: