An entity that is responsible for storing its own errors and loading state. Its possible to be an "optimistic" entity, i.e. only temporary while the real entity is in some loading state.
Type | Options |
---|---|
DaffOperationEntity | DaffStateable & DaffErrorable & T & {
daffTemp: boolean;
} |