Options
Menu

Interface IAsyncStringPropertyValidator

It represents an async property validator for simple string value.

Hierarchy

Index

Properties

optional customMessage

customMessage?: IErrorCustomMessage

isAsync

isAsync: boolean

optional tagName

tagName?: string

Methods

isAcceptable

  • isAcceptable(s: string): Q.Promise<boolean>

Generated using TypeDoc