Highcharts Grid
    Preparing search index...

    Attributes to control the number input.

    interface NumberInputAttributes {
        max?: number;
        min?: number;
        step?: number;
    }
    Index

    Properties

    Properties

    max?: number

    Maximum accepted numeric value.

    min?: number

    Minimum accepted numeric value.

    step?: number

    Step interval used by the number input controls.