class EventState
A class serves as a medium between the observable and its observers
If the callback of a given Observer set skipNextObservers to true the following observers will be ignored
Name | Type | Description | |
---|---|---|---|
mask | number | ||
optional | skipNextObservers | boolean | |
optional | target | any |
An Observer can set this property to true to prevent subsequent observers of being notified
Get the mask value that were used to trigger the event corresponding to this EventState object
The object that originally notified the event
The current object in the bubbling phase
Name | Type | Description | |
---|---|---|---|
mask | number | ||
optional | skipNextObservers | boolean | |
optional | target | any |