Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyDecoratorDefinition

Hierarchy

  • PropertyDecoratorDefinition

Index

Properties

path: string

The path to property in a PropertyMap e.g. 'my-property.from.any.source'

see

PropertyMap

property: string

The actual key of a class property e.g. For this class

class Test { @Property('some.property.path') myProp: string = '' }

the property is 'myProp'

reader: ReadMap<any, any>