UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

13 lines (12 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AnnotationClickEventArgs = void 0; var AnnotationClickEventArgs = /** @class */ (function () { function AnnotationClickEventArgs(sender, mouseArgs, relativeCoords) { this.sender = sender; this.mouseArgs = mouseArgs; this.relativeCoords = relativeCoords; } return AnnotationClickEventArgs; }()); exports.AnnotationClickEventArgs = AnnotationClickEventArgs;