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

unregisterEntityRows

unregisters the rows with the mark and delete functionality.

Presentation

function unregisterEntityRows(
  feature: string,
  entity: string,
  ids: string[],
): string[];

Returns

string[] -

the ids that were passed in

Parameters

NameTypeDescription
feature
string

the feature the ids belong to

entity
string

the entity the ids belong to

ids
string[]

the ids to unregister with the mark and delete functionality