| 9 | * so parent components can observe descendant focus changes. |
| 10 | */ |
| 11 | export class FocusEvent extends TerminalEvent { |
| 12 | readonly relatedTarget: EventTarget | null |
| 13 | |
| 14 | constructor( |
nothing calls this directly
no outgoing calls
no test coverage detected