Interface: IAddRangeProtectionMutationParams
Defined in: submodules/univer/packages/sheets/src/commands/mutations/add-range-protection.mutation.ts:25
Properties
Property | Type | Defined in |
---|---|---|
description? | string | submodules/univer/packages/sheets/src/commands/mutations/add-range-protection.mutation.ts:30 |
name? | string | submodules/univer/packages/sheets/src/commands/mutations/add-range-protection.mutation.ts:29 |
rules | IRangeProtectionRule [] | submodules/univer/packages/sheets/src/commands/mutations/add-range-protection.mutation.ts:26 |
subUnitId | string | submodules/univer/packages/sheets/src/commands/mutations/add-range-protection.mutation.ts:28 |
unitId | string | submodules/univer/packages/sheets/src/commands/mutations/add-range-protection.mutation.ts:27 |