Skip to content

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

ParameterTypeDescription
fnICallbackThe function to be de-registered.

Returns:

void