Off TypeAlias
A function that, when called, will deregister an event listener subscription that was previously registered.
This API is deprecated and will be removed in a future release.
Deprecated in @fluidframework/tree
. Consider importing from fluid-framework
or @fluidframework/core-interfaces
instead.
Signature
export type Off = EventOff;
Remarks
It is returned by the event registration function when event registration occurs.