MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / constructor

Method constructor

client/ts/etc/SimpleEventHandler.ts:10–13  ·  view source on GitHub ↗
(element: Element)

Source from the content-addressed store, hash-verified

8
9
10 constructor(element: Element) {
11 this.element = element;
12 this.eventListeners = []
13 }
14
15
16 bind(eventNames: string, eventFunction: Function) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected