Skip to content

MutationChange

MutationChange = object

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

The editor has mutated it’s content.

patches: Patch[]

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


snapshot: PortableTextBlock[] | undefined

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


type: "mutation"

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