interface DocumentConstructionContext {
    parent: Document;
    pack: string;
    strict: boolean;
}

Properties

Properties

parent: Document

The parent Document of this one, if this one is embedded

pack: string

The compendium collection ID which contains this Document, if any

strict: boolean

Whether to validate initial data strictly?