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

Method hover

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

Optional: called when mouse enters/leaves the link

(isHovered: boolean)

Source from the content-addressed store, hash-verified

629
630 /** Optional: called when mouse enters/leaves the link */
631 hover?(isHovered: boolean): void;
632
633 /** Optional: called to clean up resources */
634 dispose?(): void;

Callers 2

processMouseMoveMethod · 0.80
TerminalClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected