Private _listenersPrivate Optional _loggerPrivate _invokeRest ...args: any[]Rest Rest ...detail: any[]Rest Rest ...detail: any[]Rest Unsubscribe one or all events.
Optional listener: ((...args) => void)Optional. If unspecified, all listeners for the event will be removed.
Optional
Rest ...args: any[]Rest Rest ...args: any[]Rest Generated using TypeDoc
Implementation Note: There should not be any default listeners for change events in a client implementation. Default listeners mean a client cannot determine when there are actual application developer provided listeners. If we require default listeners, then we should add a system to allow listeners which have counts independent of the primary listener counts.