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
voidParameters
| Name | Type | Description |
|---|---|---|
| markAndDelete | | the mark and delete init for the entity |