Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface _DocumentUUIDFieldOptions

    interface _DocumentUUIDFieldOptions {
        embedded?: boolean;
        relative?: boolean;
        type?: string;
    }
    Index

    Properties

    embedded?: boolean

    Does this field require (or prohibit) embedded documents?

    relative?: boolean

    Does this field allow relative document UUIDs?

    type?: string

    A specific document type in CONST.ALL_DOCUMENT_TYPES required by this field