Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertiesToDorfDefinitionsMap<DorfObj>

Property-field definition map, which should be defined for every Domain Object. This is used by mapper for creating a metadata, which is used by field components. This interface should be returned by fieldDefinitions property from the Domain Object. DORF annotations (DorfObject and the related ones) automates the creation of this map.

stable

Type parameters

  • DorfObj

Hierarchy

  • PropertiesToDorfDefinitionsMap

Indexable

[propertyName: string]: IDorfDefinitionBase<any>

Property-field definition map, which should be defined for every Domain Object. This is used by mapper for creating a metadata, which is used by field components. This interface should be returned by fieldDefinitions property from the Domain Object. DORF annotations (DorfObject and the related ones) automates the creation of this map.

Generated using TypeDoc