Called when the link is activated (clicked with modifier)
(event: MouseEvent)
| 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; |
no outgoing calls
no test coverage detected