MCPcopy Create free account
hub / github.com/coder/ghostty-web / activate

Method activate

lib/types.ts:628–628  ·  view source on GitHub ↗

Called when the link is activated (clicked with modifier)

(event: MouseEvent)

Source from the content-addressed store, hash-verified

626
627 /** Called when the link is activated (clicked with modifier) */
628 activate(event: MouseEvent): void;
629
630 /** Optional: called when mouse enters/leaves the link */
631 hover?(isHovered: boolean): void;

Callers 3

loadAddonMethod · 0.65
TerminalClass · 0.65
fit.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected