@univerjs/sheets v0.4.2 • 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 | - | packages/sheets/src/commands/mutations/set-range-values.mutation.ts:41 (opens in a new tab) |
options? | ICopyToOptionsData | Deprecated not a good design | - | packages/sheets/src/commands/mutations/set-range-values.mutation.ts:46 (opens in a new tab) |
subUnitId | string | - | - | packages/sheets/src/commands/mutations/set-range-values.mutation.ts:35 (opens in a new tab) |
trigger? | string | It is used to indicate which CommandType.COMMAND triggers the mutation. | IMutationCommonParams .trigger | packages/core/src/services/command/command.service.ts:105 (opens in a new tab) |
unitId | string | - | - | packages/sheets/src/commands/mutations/set-range-values.mutation.ts:36 (opens in a new tab) |