MCPcopy
hub / github.com/OpenWebGAL/WebGAL / ScriptConfig

Interface ScriptConfig

packages/webgal/src/Core/parser/utils.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8export type ScriptFunction = (sentence: ISentence) => IPerform;
9
10export interface ScriptConfig {
11 scriptType: commandType;
12 scriptFunction: ScriptFunction;
13 next?: boolean;
14}
15
16export interface IConfigInterface extends ScriptConfig {
17 scriptString: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected