@univerjs/docs v0.4.2 • Docs
Variable: RichTextEditingMutation
const RichTextEditingMutation: IMutation<IRichTextEditingMutationParams, IRichTextEditingMutationParams>;
The core mutator to change rich text actions. The execution result would be undo mutation params. Could be directly send to undo redo service (will be used by the triggering command).
Defined in
docs/src/commands/mutations/core-editing.mutation.ts:49 (opens in a new tab)