Options
Menu

Return true if an number of items in array is greater or equal to the value of "maximum".

@require underscore

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

  • Default constructor.

    Parameters

    • Max?: number optional
      • the value of "maximum"

    Returns MaxItemsValidator

Properties

Max

Max: number

tagName

tagName: string

Methods

isAcceptable

  • isAcceptable(s: any): boolean
  • Parameters

    • s: any

    Returns boolean

Generated using TypeDoc