deleteEntity
Delete the feature/entity/ids from the store
Presentation
function deleteEntity (feature: string, entity: string, ids: string[]): void;
Returns
void
Parameters
Name | Type | Description |
---|---|---|
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. |