registerEntity
Internal function used to register attributes the entity will need later on.
See Also
Presentation
function registerEntity (
feature: string,
entity: string,
attributes: EntityAttributes ,
): EntityAttributes ;Returns
Parameters
| Name | Type | Description |
|---|---|---|
| feature | string | the feature we used when we registered the entity in the providers |
| entity | string | the fieldName we used when we registered the entity in the providers |
| attributes | | the |