Defines the shape of the data transfer object for TJSDocument.getUUIDFromDataTransfer.

interface UUIDDataTransfer {
    type?: string;
    uuid?: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Extra properties.

Properties

Properties

type?: string

The type of the document ("item", "actor").

uuid?: string

The Foundry UUID if available