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

deleteEntity

Delete the feature/entity/ids from the store

Presentation

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

Returns

void

Parameters

NameTypeDescription
feature
string

The feature the entity is in.

entity
string

The entity to delete.

ids
string[]

The ids of the rows that need to be deleted.