@valon-technologies/gestalt
Preparing search index...
index
WorkflowValue
Interface WorkflowValue
interface
WorkflowValue
{
literal
?:
JsonInput
;
object
?:
Record
<
string
,
WorkflowValue
>
;
array
?:
readonly
WorkflowValue
[]
;
template
?:
string
|
WorkflowText
;
input
?:
string
;
signal
?:
string
;
stepOutput
?:
WorkflowStepOutputSource
;
stepInput
?:
WorkflowStepInputSource
;
kind
?:
WorkflowValueKind
;
}
Index
Properties
literal?
object?
array?
template?
input?
signal?
step
Output?
step
Input?
kind?
Properties
Optional
literal
literal
?:
JsonInput
Optional
object
object
?:
Record
<
string
,
WorkflowValue
>
Optional
array
array
?:
readonly
WorkflowValue
[]
Optional
template
template
?:
string
|
WorkflowText
Optional
input
input
?:
string
Optional
signal
signal
?:
string
Optional
step
Output
stepOutput
?:
WorkflowStepOutputSource
Optional
step
Input
stepInput
?:
WorkflowStepInputSource
Optional
kind
kind
?:
WorkflowValueKind
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
literal
object
array
template
input
signal
step
Output
step
Input
kind
@valon-technologies/gestalt
Loading...