interface _DocumentConstructionContext {
    pack?: null | string;
    parent?: any;
    parentCollection?: null | string;
    strict?: boolean;
}

Properties

pack?: null | string

The compendium collection ID which contains this Document, if any

parent?: any

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

parentCollection?: null | string

The name of the parent Document's collection that would contain this one

strict?: boolean

Whether to validate initial data strictly?