Highcharts Dashboards
    Preparing search index...

    Describes the modifier registry as a record object with key and class constructor.

    interface DataModifierTypes {
        Chain: typeof ChainModifier;
        Filter: typeof FilterModifier;
        Invert: typeof InvertModifier;
        Math: typeof MathModifier;
        Range: typeof RangeModifier;
        Sort: typeof SortModifier;
    }
    Index

    Properties

    Chain: typeof ChainModifier
    Filter: typeof FilterModifier
    Invert: typeof InvertModifier
    Math: typeof MathModifier
    Range: typeof RangeModifier
    Sort: typeof SortModifier