Script API - v1.21.90.25
    Preparing search index...

    Class NumberLimitObservableValidator

    Validates min/max limits of observable objects that support number

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    • 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 used in read-only mode.

    _max?: number

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

    _min?: number

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

    Methods

    • Parameters

      • min: number
      • max: number

      Returns void