Skip to content

MutationChange

MutationChange = object

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

The editor has mutated it’s content.

Properties

patches

patches: Patch[]

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


snapshot

snapshot: PortableTextBlock[] | undefined

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


type

type: "mutation"

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