MCPcopy
hub / github.com/chartjs/Chart.js / _isClickEvent

Function _isClickEvent

src/helpers/helpers.core.ts:414–416  ·  view source on GitHub ↗
(e: ChartEvent)

Source from the content-addressed store, hash-verified

412 * @private
413 */
414export function _isClickEvent(e: ChartEvent) {
415 return e.type === 'mouseup' || e.type === 'click' || e.type === 'contextmenu';
416}

Callers 1

_handleEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected