MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / batchExecuteCommand

Method batchExecuteCommand

packages/editor-core/src/command.ts:8–8  ·  view source on GitHub ↗
(commands: { name: string; args: IPublicTypeCommandHandlerArgs }[], pluginContext?: IPublicModelPluginContext)

Source from the content-addressed store, hash-verified

6 }): void;
7
8 batchExecuteCommand(commands: { name: string; args: IPublicTypeCommandHandlerArgs }[], pluginContext?: IPublicModelPluginContext): void;
9}
10
11export interface ICommandOptions {

Callers 2

batchExecuteCommandMethod · 0.65
command.test.tsFile · 0.65

Implementers 2

Commandpackages/editor-core/src/command.ts
Commandpackages/shell/src/api/command.ts

Calls

no outgoing calls

Tested by

no test coverage detected