Skip to content

@vttforge/core / DropData

Interface: DropData ​

What a drag carries. Foundry serialises { type, uuid } onto the event; a drag begun on a sheet may add its own keys.

Indexable ​

[key: string]: unknown

Properties ​

type? ​

readonly optional type?: string


uuid? ​

readonly optional uuid?: string

MIT licensed.