The uuid of the Document to retrieve.
Optional
options: {Options to configure how a UUID is resolved.
Optional
invalid?: booleanAllow retrieving an invalid Document.
Optional
relative?: Document<object, DocumentConstructionContext>A Document to resolve relative UUIDs against.
Optional
strict?: 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.