@univerjs/sheets v0.5.0-beta.1 • Docs
Interface: ISetRangeValuesMutationParams
Params of SetRangeValuesMutation
Extends
Extended by
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
cellValue? | IObjectMatrixPrimitiveType <Nullable <ICellData >> | null for clear all | - | submodules/univer/packages/sheets/src/commands/mutations/set-range-values.mutation.ts:41 |
options? | ICopyToOptionsData | Deprecated not a good design | - | submodules/univer/packages/sheets/src/commands/mutations/set-range-values.mutation.ts:46 |
subUnitId | string | - | - | submodules/univer/packages/sheets/src/commands/mutations/set-range-values.mutation.ts:35 |
trigger? | string | It is used to indicate which CommandType.COMMAND triggers the mutation. | IMutationCommonParams .trigger | submodules/univer/packages/core/src/services/command/command.service.ts:105 |
unitId | string | - | - | submodules/univer/packages/sheets/src/commands/mutations/set-range-values.mutation.ts:36 |