Technical Elements Documentation
    Preparing search index...

    Interface QuantificationWorkflowConfig

    Interface for configuring the quantification workflow

    interface QuantificationWorkflowConfig {
        enableCaching?: boolean;
        hooks?: { afterQuantification?: Function; beforeQuantification?: Function };
        missingReferenceHandling?: "error" | "warn" | "ignore";
        primaryDirection: QuantificationDirection;
        validateReferences?: boolean;
    }
    Index

    Properties

    enableCaching?: boolean

    Whether to cache quantification results

    hooks?: { afterQuantification?: Function; beforeQuantification?: Function }

    Optional hooks for integrating with other systems

    missingReferenceHandling?: "error" | "warn" | "ignore"

    How to handle missing references

    primaryDirection: QuantificationDirection

    Primary direction for this workflow

    validateReferences?: boolean

    Whether to validate references during quantification