Subscribe to this signal.
This callback will be run when emit() is called.
Configure options for the connection
Unsubscribe from this signal with the original callback instance. While you can use this method, the SignalConnection returned by connect() will not be updated!
The callback you passed to connect().
Publish this signal event (call all handlers).
Rest
...args: Parameters<THandler>Protected
emit
A signal is a way to publish and subscribe to events.
Typeparam
THandler The function signature to be implemented by handlers.