Properties
The entities have the following properties
entityData. The data of the Entity.
entityKey. The key of the Entity.
Virtual properties
Based on the definition of the schema, virtual properties are automatically added on the Entity objects to retrieve the values from the entityData directly. This means there are two ways you can access the data of an Entity: via entity.entityData or direct on the entity itself.
For example:
Last updated