An identifier representing the unique identity of an entity.
Methods
refresh
refresh():void
Refreshes the view or data associated with the current state.
This method internally handles the logic to update the view or fetch the latest data
based on the current state of the application.
Note that this method does not return any value.
The data to be set. It can be either a partial object of type T or a function that takes the previous data of type T as
input and returns a partial object of type T.
Represents an interface for an entity adapter.