Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Function

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

NameTypeDescription
feature
string

the name of the feature this is related to

entity
string

the name of the entity this is related to