MouseTouchEvent

Type object

Defines an event that can be triggered either by touch device or mouse.

Sources

MouseTouchEvent can be used (imported) via one of the following packages.

/**
 * --------------------------------------------------------
 * Import from: "core.ts"
 * Use like: am4core.MouseTouchEvent
 * --------------------------------------------------------
 */
import * as am4core from "@amcharts/amcharts4/core";

/**
 * --------------------------------------------------------
 * Include via: <script src="core.js"></script>
 * Access items like: am4.MouseTouchEvent
 * --------------------------------------------------------
 */

Inheritance

MouseTouchEvent does not extend any other symbol.

MouseTouchEvent is not extended by any other symbol.

Properties

event
#

Type MouseEvent | TouchEvent

An original mouse or touch event.