Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Let addressArrayDecorator

addressArrayDecorator: TypeDecorator = ...

Let addressDecorator

addressDecorator: TypeDecorator = ...

Let anyDecorator

anyDecorator: TypeDecorator = ...

Let arrayDecorator

arrayDecorator: TypeDecorator = ...

Let booleanDecorator

booleanDecorator: TypeDecorator = ...

Let dateDecorator

dateDecorator: TypeDecorator = ...

Let fileDecorator

fileDecorator: TypeDecorator = ...

Let filesDecorator

filesDecorator: TypeDecorator = ...

Let floatDecorator

floatDecorator: TypeDecorator = ...

Let geojsonFeatureDecorator

geojsonFeatureDecorator: TypeDecorator = ...

Let idDecorator

idDecorator: TypeDecorator = ...

Let incrementByAppDecorator

incrementByAppDecorator: TypeDecorator = ...

Let incrementDecorator

incrementDecorator: TypeDecorator = ...

Let integerDecorator

integerDecorator: TypeDecorator = ...

Let metadataDecorator

metadataDecorator: TypeDecorator = ...

Let modelDecorator

modelDecorator: TypeDecorator = ...

Let modelsDecorator

modelsDecorator: TypeDecorator = ...

Let objectDecorator

objectDecorator: TypeDecorator = ...

Let randomDecorator

randomDecorator: TypeDecorator = ...

Let relations

relations: DetectedModelRelation[] = ...

Let selectDecorator

selectDecorator: TypeDecorator = ...

Let stringDecorator

stringDecorator: TypeDecorator = ...

Functions

Const address

  • address(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const addressArray

  • addressArray(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const any

  • any(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const array

  • array(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const boolean

  • boolean(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const date

  • date(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const file

  • file(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const files

  • files(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const float

  • float(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const geojsonFeature

  • geojsonFeature(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const id

  • id(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const increment

  • increment(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Const incrementByApp

  • incrementByApp(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any

Let inputAddress

  • inputAddress(value: any): any

Let inputAddressArray

  • inputAddressArray(value: any): any

Let inputArray

  • inputArray(value: any, options: any): any

Let inputBoolean

  • inputBoolean(value: any): any

Let inputDate

  • inputDate(value: any, dateFormat?: string): any

Let inputFloat

  • inputFloat(value: any): any

Let inputIncrement

  • inputIncrement(value: any, options: any): undefined

Let inputIncrementByApp

  • inputIncrementByApp(value: any, options: any): undefined

Let inputInteger

  • inputInteger(value: any): any

Let inputMetadata

  • inputMetadata(value: any, options: any): any

Let inputModel

  • inputModel(value: any, options: any, key: string): any

Let inputModels

  • inputModels(value: any, options: any, key: string): Promise<any>

Let inputObject

  • inputObject(value: any, options: any): any

Let inputRandom

  • inputRandom(value: any, options: any): undefined

Let inputString

  • inputString(value: any): any

Const integer

  • integer(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const metadata

  • metadata(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const model

  • model(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const models

  • models(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const object

  • object(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const random

  • random(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const select

  • select(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Const string

  • string(optionsOrTarget?: any, key?: string, descriptor?: PropertyDescriptor): any
  • Parameters

    • Optional optionsOrTarget: any
    • Optional key: string
    • Optional descriptor: PropertyDescriptor

    Returns any

Let validateAddress

  • validateAddress(value: any, options?: any): boolean

Let validateAddressArray

  • validateAddressArray(value: any, options?: any): boolean

Let validateArray

  • validateArray(value: any, options: any): Promise<boolean>

Let validateBoolean

  • validateBoolean(value: any): boolean

Let validateDate

  • validateDate(value: any, dateFormat?: string): boolean

Let validateFloat

  • validateFloat(value: any): boolean

validateGeojson

  • validateGeojson(value: any, options: any): Promise<any>

Let validateIncrement

  • validateIncrement(value: any, options: any): Promise<boolean>

Let validateIncrementByApp

  • validateIncrementByApp(value: any, options: any): Promise<boolean>

Let validateInteger

  • validateInteger(value: any): boolean

Let validateMetadata

  • validateMetadata(value: any, options: any): boolean

Let validateModel

  • validateModel(value: any, options: any): Promise<any>

Let validateModels

  • validateModels(value: any, options: any): Promise<any>

Let validateObject

  • validateObject(value: any, options: any): Promise<boolean>

Let validateRandom

  • validateRandom(value: any, options: any): Promise<boolean>

Let validateString

  • validateString(value: any, options?: any): boolean

Generated using TypeDoc