EntityProperty
EntityProperty
component is used to display a value of an entity property. It automatically applies formatting according to the type of the property and adds a corresponding label from global message pack (defined on the backend).
<EntityProperty entityName={Pet.NAME}
propertyName='birthDate'
value={pet.birthDate}/>
API: EntityPropertyProps.