blessed-components - v1.20.0
    Preparing search index...

    Interface SampleSeriesOptions

    interface SampleSeriesOptions {
        strategy?: "max" | "min" | "first" | "last";
    }
    Index

    Properties

    Properties

    strategy?: "max" | "min" | "first" | "last"