API Reference
@univerjs
@univerjs/core
interfaces
Icommandinfo

@univerjs/core v0.4.2Docs


Interface: ICommandInfo<T>

This object represents an execution of a command.

Type Parameters

Type ParameterDefault type
T extends objectobject

Properties

PropertyTypeDescriptionDefined in
idstringId of the command being executed.submodules/univer/packages/core/src/services/command/command.service.ts:145 (opens in a new tab)
params?TParameters of this execution.submodules/univer/packages/core/src/services/command/command.service.ts:153 (opens in a new tab)
type?CommandTypeType of the command.submodules/univer/packages/core/src/services/command/command.service.ts:149 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.