Skip to content

本页由脚本自动生成,请勿手动编辑。如需补充说明,请使用 ::: tip 块。

Defined in: commands/index.d.ts:13

Constructors

Constructor

ts
new CommandUtils(): CommandUtils;

Returns

CommandUtils

Methods

createBatchFromSelection()

ts
static createBatchFromSelection(
   host, 
   commandClass, ...
args): Promise<any>;

Defined in: commands/index.d.ts:14

Parameters

ParameterType
hostany
commandClassany
...argsany[]

Returns

Promise<any>


isTransformCommand()

ts
static isTransformCommand(command): boolean;

Defined in: commands/index.d.ts:15

Parameters

ParameterType
commandany

Returns

boolean


isPropertyCommand()

ts
static isPropertyCommand(command): boolean;

Defined in: commands/index.d.ts:16

Parameters

ParameterType
commandany

Returns

boolean

基于 MIT 许可发布