@univerjs/core v0.5.0-beta.1 • 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. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/services/command/command.service.ts:145 |
params? | T | Parameters of this execution. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/services/command/command.service.ts:153 |
type? | CommandType | Type of the command. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/services/command/command.service.ts:149 |