getMarkAndDeleteEntityMap
retrieves the mark and delete map for the feature
Presentation
function getMarkAndDeleteEntityMap (
feature: string,
entity: string,
): Map<string, number>;Returns
Map<string, number> -the Map of record keys to the last time they were marked dirty
Parameters
| Name | Type | Description |
|---|---|---|
| feature | string | the feature to retrieve |
| entity | string | the entity within the feature to retrieve |