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

registerGlobalMarkAndDeleteInit

Function that allows us to register the global markAndDeleteInit globally so we can retrieve it when we need it.

Presentation

function registerGlobalMarkAndDeleteInit(
  markAndDelete: MarkAndDeleteInit,
): void;

Returns

void

Parameters

NameTypeDescription
markAndDelete
MarkAndDeleteInit

the mark and delete init for the entity