Options
Menu

Return true if value is between Min and Max property.

@require underscore

Index

Constructor methods

Properties

Get accessors

Methods

Constructor methods

constructor

  • Default constructor.

    Parameters

    • Range?: Array<number> optional
      • array [the value of "minimum", the value of "maximum"]

    Returns RangeValidator

Properties

Range

Range: Array<number>

tagName

tagName: string

Get accessors

Max

  • Max(): number
  • Return the value of "maximum"

    Returns number

Min

  • Min(): number
  • Return the value of "minimum"

    Returns number

Methods

isAcceptable

  • isAcceptable(s: any): boolean
  • Parameters

    • s: any

    Returns boolean

Generated using TypeDoc