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

OnPasteResult

OnPasteResult = { insert?: TypedObject[]; path?: Path; } | undefined

Defined in: packages/editor/src/types/editor.ts:138

{ insert?: TypedObject[]; path?: Path; }

optional insert: TypedObject[]

Delivered as-is to the insert.blocks Behavior event and validated against the schema when inserted.

optional path: Path

undefined