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

Method handleEnterEvent

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

Source from the content-addressed store, hash-verified

94881 }
94882 }
94883 handleEnterEvent(event) {
94884 if (this.enableEnterEvent) {
94885 if (event.type === "mouseenter") this._emit(ENTER_EVENT_TYPE, event);
94886 }
94887 }
94888 handleLeaveEvent(event) {
94889 if (this.enableLeaveEvent) {
94890 if (event.type === "mouseleave") this._emit(LEAVE_EVENT_TYPE, event);

Callers 1

constructorMethod · 0.95

Calls 1

_emitMethod · 0.95

Tested by

no test coverage detected