Optional affectedFor 'add', 'update', or 'delete' events, this is the entity that was affected. For 'refresh' events, this is undefined.
The type of change that triggered this event.
The configuration that was refreshed. Contains PropertyName, EntityName, DatasetName, etc.
The current data array. This is the same data now available on the engine property.
Event emitted when engine data changes (e.g., after a refresh triggered by entity save/delete). Subscribe to an engine's DataChange$ observable to react to data updates.