class { onMount() { this.mouseMoveEvent = undefined; } handleMouseMove() { this.mouseMoveEvent = true; } }