Interface: AddSymbolRequest
@kortexya/reasoninglayer / Control / AddSymbolRequest
Interface: AddSymbolRequest
Defined in: src/types/control.ts:358
Request to add a symbol to a module.
Properties
moduleName
moduleName:
string
Defined in: src/types/control.ts:360
Module name.
sessionId
sessionId:
string
Defined in: src/types/control.ts:362
Execution session ID.
symbol
symbol:
SymbolDto
Defined in: src/types/control.ts:364
The symbol to add.