Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
219
interface
MyCommandOptions {
220
value: number;
221
}
222
223
interface
MyCommandResult {
224
done: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected