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

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

NameTypeDescription
item
string | undefined

the item to check