IRuntimeVariablesProps
Agent Runtimes / components/runtimes/RuntimeVariables / IRuntimeVariablesProps
Interface: IRuntimeVariablesProps
Defined in: src/components/runtimes/RuntimeVariables.tsx:16
RuntimeVariables properties
Properties
className?
optionalclassName?:string
Defined in: src/components/runtimes/RuntimeVariables.tsx:20
Component class name
kernelVariables?
optionalkernelVariables?:object
Defined in: src/components/runtimes/RuntimeVariables.tsx:26
Available kernel variables
Mapping (variable name, variable type)
Index Signature
[name: string]: string
selectedVariables
selectedVariables:
string[]
Defined in: src/components/runtimes/RuntimeVariables.tsx:30
Kernel variables to be transferred.
setSelectVariable
setSelectVariable: (
l) =>void
Defined in: src/components/runtimes/RuntimeVariables.tsx:31
Parameters
l
string[]
Returns
void
setTransferVariable
setTransferVariable: (
v) =>void
Defined in: src/components/runtimes/RuntimeVariables.tsx:37
Parameters
v
boolean
Returns
void
transferVariables
transferVariables:
boolean
Defined in: src/components/runtimes/RuntimeVariables.tsx:36
Whether to transfer the variable from the current to the selected kernel or not.
translator?
optionaltranslator?:ITranslator
Defined in: src/components/runtimes/RuntimeVariables.tsx:41
Application translator