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

Method handleOutEvent

docs/app/js/sanddance-app.js:94878–94882  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

94876 }
94877 }
94878 handleOutEvent(event) {
94879 if (this.enableOutEvent) {
94880 if (event.type === "mouseout") this._emit(OUT_EVENT_TYPE, event);
94881 }
94882 }
94883 handleEnterEvent(event) {
94884 if (this.enableEnterEvent) {
94885 if (event.type === "mouseenter") this._emit(ENTER_EVENT_TYPE, event);

Callers 1

constructorMethod · 0.95

Calls 1

_emitMethod · 0.95

Tested by

no test coverage detected