Private
connectionsPrivate
decrementPrivate
emitPrivate
hasPrivate
Readonly
headPrivate
unsetThis callback will be run when emit() is called.
Optional
order: numberHandlers with a higher order value will be called later.
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
emitGenerated using TypeDoc
Subscribe to this signal.