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

Class

src/ink/events/click-event.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * stopImmediatePropagation() to prevent ancestors' onClick from firing.
9 */
10export class ClickEvent extends Event {
11 /** 0-indexed screen column of the click */
12 readonly col: number
13 /** 0-indexed screen row of the click */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected