Options
Menu

Return true if string length is less or equal to MaxLength property.

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

  • Default constructor.

    Parameters

    • MaxLength?: number optional
      • maximal number of characters.

    Returns MaxLengthValidator

Properties

MaxLength

MaxLength: number

tagName

tagName: string

Methods

isAcceptable

  • isAcceptable(s: string): boolean
  • Parameters

    • s: string

    Returns boolean

Generated using TypeDoc