Options
All
  • Public
  • Public/Protected
  • All
Menu

MetaClass stores the property names of the corresponding decorated class. These can then be used to lookup validation contexts during object validation.

Hierarchy

  • MetaClass

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

className

className: string

The name of the decorated class.

properties

properties: string[] = []

The properties that were decorated.

Methods

addProperty

  • addProperty(property: string): void

Generated using TypeDoc