Validates min/max limits of observable objects that support number

Implements

Constructors

Properties

Methods

Constructors

  • Beta

    Parameters

    • min: number
    • max: number
    • OptionalisInteger: boolean

    Returns NumberLimitObservableValidator

    Constructs a new instance of the NumberLimitObservableValidator class

Properties

_isInteger?: boolean

This property can't be edited in read-only mode.

_max?: number

This property can't be edited in read-only mode.

_min?: number

This property can't be edited in read-only mode.

Methods

  • Beta

    Parameters

    • min: number
    • max: number

    Returns void