MCPcopy Create free account
hub / github.com/esengine/esengine / validateOptions

Method validateOptions

packages/editor-core/src/Services/ICompiler.ts:32–32  ·  view source on GitHub ↗
(options: TOptions)

Source from the content-addressed store, hash-verified

30 createConfigUI?(onOptionsChange: (options: TOptions) => void, context: CompilerContext): React.ReactElement;
31
32 validateOptions?(options: TOptions): string | null;
33}

Callers 1

CompileDialogFunction · 0.65

Implementers 1

BehaviorTreeCompilerpackages/behavior-tree-editor/src/comp

Calls

no outgoing calls

Tested by

no test coverage detected