interface DocumentUUIDFieldOptions {
    type: string;
    embedded: boolean;
}

Properties

Properties

type: string

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

embedded: boolean

Does this field require (or prohibit) embedded documents?