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

    Interface NumberFieldParseOptions

    Options used when parsing numeric text.

    interface NumberFieldParseOptions {
        max?: number;
        min?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    max?: number

    Inclusive maximum accepted value.

    min?: number

    Inclusive minimum accepted value.