MCPcopy Create free account
hub / github.com/microsoft/SandDance / EventGroup1

Function EventGroup1

docs/app/js/sanddance-app.js:21174–21178  ·  view source on GitHub ↗

parent: the context in which events attached to non-HTMLElements are called

(parent)

Source from the content-addressed store, hash-verified

21172 * {@docCategory EventGroup}
21173 */ var EventGroup = /** @class */ function() {
21174 /** parent: the context in which events attached to non-HTMLElements are called */ function EventGroup1(parent) {
21175 this._id = EventGroup1._uniqueId++;
21176 this._parent = parent;
21177 this._eventRecords = [];
21178 }
21179 /** For IE8, bubbleEvent is ignored here and must be dealt with by the handler.
21180 * Events raised here by default have bubbling set to false and cancelable set to true.
21181 * This applies also to built-in events being raised manually here on HTMLElements,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected