Maps the names of property events to the respective arrays of arguments. Used to strongly type calls to AsyncEventEmitter.prototype.on().
AsyncEventEmitter.prototype.on()
AsyncEventEmitter
Emitted after a property value has changed. Errors throws by listeners will be ignored.
Emitted before a property value changes. Listeners can throw in order to block the change from going through (useful for additional validation).
Maps the names of property events to the respective arrays of arguments. Used to strongly type calls to
AsyncEventEmitter.prototype.on()
.See
AsyncEventEmitter