Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
import
{ Element } from
'./Document'
6
7
interface
IEventTarget {
8
onClick?(): void
9
onMouseMove?(): void
10
}
11
12
export
interface
IEvent {
13
type
: string
Callers
2
run
Method · 0.65
run
Method · 0.65
Implementers
2
Mouse
src/Mouse.ts
AElement
src/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…