Home > @unseenco/backstage-dataverse > Ticker > offThisOrNextTick
Ticker.offThisOrNextTick() method
De-registers a fn to be called either on this tick or the next tick.
Signature:
typescript
offThisOrNextTick(fn: ICallback): void;Parameters
| Parameter | Type | Description |
|---|---|---|
| fn | ICallback | The function to be de-registered. |
Returns:
void