Options
Menu

Return true if string length is greater or equal to MinLength property.

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

  • Default constructor

    Parameters

    • MinLength?: number optional
      • minimal number of characters.

    Returns MinLengthValidator

Properties

MinLength

MinLength: number

tagName

tagName: string

Methods

isAcceptable

  • isAcceptable(s: string): boolean
  • Parameters

    • s: string

    Returns boolean

Generated using TypeDoc