Skip to content

Decorators

Michael Dostál edited this page Nov 14, 2018 · 3 revisions

Model decorators

Attributes
  • Attribute(options: AttributeDecoratorOptions)

    • AttributeDecoratorOptions:

      • converter, optional, must implement PropertyConverter interface
      • serializedName, optional
  • NestedAttribute(options: AttributeDecoratorOptions)

    • AttributeDecoratorOptions:

      • converter, optional, must implement PropertyConverter interface
      • serializedName, optional
Relationships
  • BelongsTo()
  • HasMany()
Clone this wiki locally