Skip to content

Interface: DndItem

Defined in: packages/sdk/src/dnd-service.ts:36

One typed item carried by a drag — a MIME type plus its string payload.

Properties

mime

ts
mime: string;

Defined in: packages/sdk/src/dnd-service.ts:38

The item's MIME type; use a DND_MIME constant for interop.


value

ts
value: string;

Defined in: packages/sdk/src/dnd-service.ts:40

The string payload (e.g. an absolute path for DND_MIME.filePath).