Interface: AddSymbolResponse
@kortexya/reasoninglayer / Control / AddSymbolResponse
Interface: AddSymbolResponse
Defined in: src/types/control.ts:370
Response from adding a symbol.
Properties
moduleName
moduleName:
string
Defined in: src/types/control.ts:372
Module the symbol was added to.
success
success:
boolean
Defined in: src/types/control.ts:374
Whether the operation succeeded.
symbolName
symbolName:
string
Defined in: src/types/control.ts:376
Name of the symbol that was added.