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
| Name | Type | Description |
|---|---|---|
| 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 |