MCPcopy Create free account
hub / github.com/codeaashu/claude-code / constructor

Method constructor

src/ink/events/focus-event.ts:14–20  ·  view source on GitHub ↗
(
    type: 'focus' | 'blur',
    relatedTarget: EventTarget | null = null,
  )

Source from the content-addressed store, hash-verified

12 readonly relatedTarget: EventTarget | null
13
14 constructor(
15 type: 'focus' | 'blur',
16 relatedTarget: EventTarget | null = null,
17 ) {
18 super(type, { bubbles: true, cancelable: false })
19 this.relatedTarget = relatedTarget
20 }
21}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected