Skip to content
This page is available as Markdown at /api/editor/type-aliases/editorevent.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

EditorEvent

EditorEvent = ExternalEditorEvent | ExternalBehaviorEvent | { type: "update value"; value: PortableTextBlock[] | undefined; }

Defined in: packages/editor/src/editor.ts:27