itemIsMarkedForDeletion
checks to see if the item is marked as deleted so we know to not merge it into the array. Used by mergeVirtualArrays
Presentation
function itemIsMarkedForDeletion (item: string | undefined): boolean;
Returns
boolean
-true if the item is deleted, false otherwise
Parameters
Name | Type | Description |
---|---|---|
item | string | undefined | the item to check |