API Reference
@univerjs
@univerjs/docs
interfaces
Irichtexteditingmutationparams

@univerjs/docs v0.4.2Docs


Interface: IRichTextEditingMutationParams

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
actionsJSONOp--docs/src/commands/mutations/core-editing.mutation.ts:27 (opens in a new tab)
debounce?boolean--docs/src/commands/mutations/core-editing.mutation.ts:35 (opens in a new tab)
isCompositionEnd?boolean--docs/src/commands/mutations/core-editing.mutation.ts:32 (opens in a new tab)
isEditing?boolean--docs/src/commands/mutations/core-editing.mutation.ts:39 (opens in a new tab)
isSync?boolean--docs/src/commands/mutations/core-editing.mutation.ts:38 (opens in a new tab)
noHistory?boolean--docs/src/commands/mutations/core-editing.mutation.ts:33 (opens in a new tab)
noNeedSetTextRange?boolean--docs/src/commands/mutations/core-editing.mutation.ts:31 (opens in a new tab)
options?{}--docs/src/commands/mutations/core-editing.mutation.ts:36 (opens in a new tab)
prevTextRanges?Nullable<ITextRangeWithStyle[]>--docs/src/commands/mutations/core-editing.mutation.ts:30 (opens in a new tab)
segmentId?string--docs/src/commands/mutations/core-editing.mutation.ts:29 (opens in a new tab)
syncer?string--docs/src/commands/mutations/core-editing.mutation.ts:40 (opens in a new tab)
textRangesNullable<ITextRangeWithStyle[]>--docs/src/commands/mutations/core-editing.mutation.ts:28 (opens in a new tab)
trigger?stringIt is used to indicate which CommandType.COMMAND triggers the mutation.IMutationCommonParams.triggercore/src/services/command/command.service.ts:105 (opens in a new tab)
unitIdstring--docs/src/commands/mutations/core-editing.mutation.ts:26 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.