Skip to content

MutationChange

MutationChange = object

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

The editor has mutated it’s content.

patches: Patch[]

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


snapshot: PortableTextBlock[] | undefined

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


type: "mutation"

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