The uuid of the Document to retrieve.
Optionaloptions: {Options to configure how a UUID is resolved.
Optionalinvalid?: booleanAllow retrieving an invalid Document.
Optionalrelative?: Document<object, DocumentConstructionContext>A Document to resolve relative UUIDs against.
Optionalstrict?: booleanThrow an error if the UUID cannot be resolved synchronously.
The Document or its index entry if it resides in a Compendium, otherwise null.
Retrieve a Document by its Universally Unique Identifier (uuid) synchronously. If the uuid resolves to a compendium document, that document's index entry will be returned instead.