watchInitialRowEffect
Generic types: | T |
This watches the row specified as a top level row so that it can refresh it when it is marked dirty.
Presentation
function watchInitialRowEffect (
feature: string,
entity: string,
): () => Observable<EntityState<T>>;
Returns
() => Observable<EntityState<T>>
-the effects for this feature/effect
Parameters
Name | Type | Description |
---|---|---|
feature | string | the name of the feature this is related to |
entity | string | the name of the entity this is related to |