MCPcopy
hub / github.com/GrapesJS/grapesjs / MyCommandOptions

Interface MyCommandOptions

packages/core/test/specs/commands/index.ts:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217});
218
219interface MyCommandOptions {
220 value: number;
221}
222
223interface MyCommandResult {
224 done: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected