Frodo Library - v4.0.0-24
Project Home
Preparing search index...
Reference
WorkflowStaticNode
Interface WorkflowStaticNode
interface
WorkflowStaticNode
{
_outcomes
?:
{
displayName
:
string
;
id
:
string
}
[]
;
connections
:
{
start
?:
string
}
;
displayDetails
?:
{
icon
:
string
;
value
:
string
;
variant
:
string
}
;
displayType
?:
string
;
hasError
?:
boolean
;
id
:
string
;
isDeleteable
?:
boolean
;
isDroppable
?:
boolean
;
isEditable
?:
boolean
;
isHovered
?:
boolean
;
name
?:
string
;
nodeType
?:
string
;
schema
?:
null
;
template
?:
null
;
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
StaticNodeRefSkeletonInterface
WorkflowStaticNode
Index
Properties
_
outcomes?
connections
display
Details?
display
Type?
has
Error?
id
is
Deleteable?
is
Droppable?
is
Editable?
is
Hovered?
name?
node
Type?
schema?
template?
x
y
Properties
Optional
_
outcomes
_outcomes
?:
{
displayName
:
string
;
id
:
string
}
[]
connections
connections
:
{
start
?:
string
}
Optional
display
Details
displayDetails
?:
{
icon
:
string
;
value
:
string
;
variant
:
string
}
Optional
display
Type
displayType
?:
string
Optional
has
Error
hasError
?:
boolean
id
id
:
string
Optional
is
Deleteable
isDeleteable
?:
boolean
Optional
is
Droppable
isDroppable
?:
boolean
Optional
is
Editable
isEditable
?:
boolean
Optional
is
Hovered
isHovered
?:
boolean
Optional
name
name
?:
string
Optional
node
Type
nodeType
?:
string
Optional
schema
schema
?:
null
Optional
template
template
?:
null
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
outcomes
connections
display
Details
display
Type
has
Error
id
is
Deleteable
is
Droppable
is
Editable
is
Hovered
name
node
Type
schema
template
x
y
Project Home
Frodo Library - v4.0.0-24
Loading...