@univerjs/docs v0.5.0-beta.1 • Docs
Interface: IRichTextEditingMutationParams
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
actions | JSONOp | - | - | docs/src/commands/mutations/core-editing.mutation.ts:27 |
debounce? | boolean | - | - | docs/src/commands/mutations/core-editing.mutation.ts:35 |
isCompositionEnd? | boolean | - | - | docs/src/commands/mutations/core-editing.mutation.ts:32 |
isEditing? | boolean | - | - | docs/src/commands/mutations/core-editing.mutation.ts:39 |
isSync? | boolean | - | - | docs/src/commands/mutations/core-editing.mutation.ts:38 |
noHistory? | boolean | - | - | docs/src/commands/mutations/core-editing.mutation.ts:33 |
noNeedSetTextRange? | boolean | - | - | docs/src/commands/mutations/core-editing.mutation.ts:31 |
options? | {} | - | - | docs/src/commands/mutations/core-editing.mutation.ts:36 |
prevTextRanges? | Nullable <ITextRangeWithStyle []> | - | - | docs/src/commands/mutations/core-editing.mutation.ts:30 |
segmentId? | string | - | - | docs/src/commands/mutations/core-editing.mutation.ts:29 |
syncer? | string | - | - | docs/src/commands/mutations/core-editing.mutation.ts:40 |
textRanges | Nullable <ITextRangeWithStyle []> | - | - | docs/src/commands/mutations/core-editing.mutation.ts:28 |
trigger? | string | It is used to indicate which CommandType.COMMAND triggers the mutation. | IMutationCommonParams .trigger | core/src/services/command/command.service.ts:105 |
unitId | string | - | - | docs/src/commands/mutations/core-editing.mutation.ts:26 |