SpriteShiftEvent

Type object

Defines property set for a Sprite event that contains coordinate shift information, such as drag events.

Sources

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

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

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

Inheritance

SpriteShiftEvent does not extend any other symbol.

SpriteShiftEvent is not extended by any other symbol.

Properties

shift
#

Type IPoint

Shift in coordinates after dragging.

Posted in UncategorizedTagged ,