Interface BuildOptions

interface BuildOptions {
    validation?: boolean | ValidationOptions;
}

Hierarchy (view full)

Properties

Properties

validation?: boolean | ValidationOptions

Control the validation phase with this option:

  • true enables all validation checks and forces revalidating the documents
  • false or undefined disables all validation checks
  • An object runs only the necessary validation checks; the categories property restricts this to a specific subset