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

    Interface NumericRange

    interface NumericRange {
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    max: number
    min: number