| 16 | * ``` |
| 17 | */ |
| 18 | export interface EditorEventMap { |
| 19 | 'bubble-menu:add-link': undefined; |
| 20 | 'node-clicked': NodeClickedEvent; |
| 21 | } |
| 22 | |
| 23 | export type NodeClickedEvent = { |
| 24 | nodeType: string; |
nothing calls this directly
no outgoing calls
no test coverage detected