Validates min/max limits of observable objects that support number

Hierarchy

  • NumberLimitObservableValidator

Implements

Constructors

Properties

Methods

Constructors

Properties

_isInteger?: boolean

Remarks

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

_max?: number

Remarks

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

_min?: number

Remarks

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

Methods

  • Parameters

    • min: number
    • max: number

    Returns void