Skip to content

MutationChange

MutationChange = object

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

The editor has mutated it’s content.

patches: Patch[]

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


snapshot: PortableTextBlock[] | undefined

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


type: "mutation"

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