Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyDecorators

A map of decorators to be applied to the properties of a type. The key is the name of the property and the value is a decorator or an array of decorators.

Hierarchy

  • PropertyDecorators

Indexable

[x: string]: function | Array<function>

A map of decorators to be applied to the properties of a type. The key is the name of the property and the value is a decorator or an array of decorators.

Generated using TypeDoc