Skip to main content

off

Description​

Unregisters the given handler from this event.

off(value: (arg: T) => void): void
ParameterSummary
valueAll

The value originally passed into on, NOT the function returned by it.