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

markParentsDirty

Common function to mark the parent row as dirty

Presentation

function markParentsDirty(
  parentFeature: string,
  parentEntity: string,
  parentIds: string[],
): void;

Returns

void

Parameters

NameTypeDescription
parentFeature
string

the feature the parent is part of

parentEntity
string

the entity the parent is part of

parentIds
string[]

the ids of the parents to mark dirty