interface FromCompendiumOptions {
    clearFolder?: boolean;
    clearOwnership?: boolean;
    clearSort?: boolean;
    clearState?: boolean;
    keepId?: boolean;
}

Properties

clearFolder?: boolean

Clear the currently assigned folder.

clearOwnership?: boolean

Clear Document ownership (recursive).

clearSort?: boolean

Clear the current sort order.

clearState?: boolean

Clear fields which store Document state.

keepId?: boolean

Retain the Document ID from the source Compendium.