MCPcopy
hub / github.com/resend/react-email / EditorEventMap

Interface EditorEventMap

packages/editor/src/core/event-bus.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * ```
17 */
18export interface EditorEventMap {
19 'bubble-menu:add-link': undefined;
20 'node-clicked': NodeClickedEvent;
21}
22
23export type NodeClickedEvent = {
24 nodeType: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected