Member Junction
Preparing search index...
@memberjunction/ng-flow-editor
FlowNode
Interface FlowNode
A node in the flow graph
interface
FlowNode
{
Badges
?:
FlowNodeBadge
[]
;
Collapsed
?:
boolean
;
Data
?:
Record
<
string
,
unknown
>
;
Icon
?:
string
;
IconColor
?:
string
;
ID
:
string
;
IsStartNode
?:
boolean
;
Label
:
string
;
Locked
?:
boolean
;
Ports
:
FlowNodePort
[]
;
Position
:
FlowPosition
;
Selected
?:
boolean
;
Size
?:
FlowSize
;
Status
:
FlowNodeStatus
;
StatusMessage
?:
string
;
Subtitle
?:
string
;
Type
:
string
;
}
Index
Properties
Badges?
Collapsed?
Data?
Icon?
Icon
Color?
ID
Is
Start
Node?
Label
Locked?
Ports
Position
Selected?
Size?
Status
Status
Message?
Subtitle?
Type
Properties
Optional
Badges
Badges
?:
FlowNodeBadge
[]
Optional
Collapsed
Collapsed
?:
boolean
Optional
Data
Data
?:
Record
<
string
,
unknown
>
Opaque data payload — consumers store domain-specific data here
Optional
Icon
Icon
?:
string
Optional
Icon
Color
IconColor
?:
string
ID
ID
:
string
Optional
Is
Start
Node
IsStartNode
?:
boolean
Label
Label
:
string
Optional
Locked
Locked
?:
boolean
Ports
Ports
:
FlowNodePort
[]
Position
Position
:
FlowPosition
Optional
Selected
Selected
?:
boolean
Optional
Size
Size
?:
FlowSize
Status
Status
:
FlowNodeStatus
Optional
Status
Message
StatusMessage
?:
string
Optional
Subtitle
Subtitle
?:
string
Type
Type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Badges
Collapsed
Data
Icon
Icon
Color
ID
Is
Start
Node
Label
Locked
Ports
Position
Selected
Size
Status
Status
Message
Subtitle
Type
Member Junction
Loading...
A node in the flow graph