@univerjs/core v0.4.2 • Docs
Interface: IExecutionOptions
Indexable
[key
: PropertyKey
]: string
| number
| boolean
| undefined
Properties
Property | Type | Description | Defined in |
---|---|---|---|
fromChangeset? | boolean | Deprecated | submodules/univer/packages/core/src/services/command/command.service.ts:176 (opens in a new tab) |
fromCollab? | boolean | This command is from collaboration peers. | submodules/univer/packages/core/src/services/command/command.service.ts:174 (opens in a new tab) |
onlyLocal? | boolean | This mutation should only be executed on the local machine, and should not be synced to replicas. | submodules/univer/packages/core/src/services/command/command.service.ts:172 (opens in a new tab) |