markParentsDirty
Common function to mark the parent row as dirty
Presentation
function markParentsDirty (
parentFeature: string,
parentEntity: string,
parentIds: string[],
): void;
Returns
void
Parameters
Name | Type | Description |
---|---|---|
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 |