interface UUIDFromDataTransfer {
    compendium?: boolean;
    types?: string[];
    world?: boolean;
}

Properties

compendium?: boolean

Accept compendium documents.

types?: string[]

Require the data.type to match an entry in types.

world?: boolean

Accept world documents.