MCPcopy
hub / github.com/canvg/canvg / IEventTarget

Interface IEventTarget

src/Mouse.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Element } from './Document'
6
7interface IEventTarget {
8 onClick?(): void
9 onMouseMove?(): void
10}
11
12export interface IEvent {
13 type: string

Callers 2

runMethod · 0.65
runMethod · 0.65

Implementers 2

Mousesrc/Mouse.ts
AElementsrc/Document/AElement.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…