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
Type Declaration
Section titled “Type Declaration”{ insert?: TypedObject[]; path?: Path; }
insert?
Section titled “insert?”
optionalinsert:TypedObject[]
Delivered as-is to the insert.blocks Behavior event and validated
against the schema when inserted.
optionalpath:Path
undefined