Options
Menu

Interface IAsyncPropertyValidator

It represents an async property validator for atomic object.

Hierarchy

Index

Properties

optional customMessage

customMessage?: IErrorCustomMessage

isAsync

isAsync: boolean

optional tagName

tagName?: string

Methods

isAcceptable

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

    • s: any

    Returns Q.Promise<boolean>

Generated using TypeDoc