Skip to content

MutationChange

MutationChange = object

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

The editor has mutated it’s content.

patches: Patch[]

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


snapshot: PortableTextBlock[] | undefined

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


type: "mutation"

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