@univerjs/core v0.4.2 • Docs
Interface: ICommandInfo<T>
This object represents an execution of a command.
Type Parameters
Type Parameter | Default type |
---|---|
T extends object | object |
Properties
Property | Type | Description | Defined in |
---|---|---|---|
id | string | Id of the command being executed. | submodules/univer/packages/core/src/services/command/command.service.ts:145 (opens in a new tab) |
params? | T | Parameters of this execution. | submodules/univer/packages/core/src/services/command/command.service.ts:153 (opens in a new tab) |
type? | CommandType | Type of the command. | submodules/univer/packages/core/src/services/command/command.service.ts:149 (opens in a new tab) |