ChemPal Documentation - v1.7.0
    Preparing search index...

    Type Alias PriceTracking

    Price-history tracking config: whether it's on and how many points to keep.

    type PriceTracking = {
        enabled?: boolean;
        maxDataPoints?: number;
    }
    Index

    Properties

    enabled?: boolean

    Master switch; tracking is on unless explicitly false.

    maxDataPoints?: number

    Max points retained per series; 0 means unlimited.