MCPcopy
hub / github.com/antvis/Infographic / execute

Method execute

src/editor/types/command.ts:6–6  ·  view source on GitHub ↗
(command: ICommand)

Source from the content-addressed store, hash-verified

4export interface ICommandManager {
5 init(options: CommandManagerInitOptions): void;
6 execute(command: ICommand): Promise<void>;
7 executeBatch(commands: ICommand[]): Promise<void>;
8 undo(): Promise<void>;
9 redo(): Promise<void>;

Callers 7

RelationDagreFlowFunction · 0.65
initMethod · 0.65
ZoomWheelClass · 0.65
DragCanvasClass · 0.65
ResizeElementClass · 0.65
ResetViewBoxClass · 0.65

Implementers 1

CommandManagersrc/editor/managers/command.ts

Calls

no outgoing calls

Tested by

no test coverage detected