eurostat-map
Preparing search index...
FlowNode
Interface FlowNode
A flow node in the flow graph.
interface
FlowNode
{
id
:
string
;
name
?:
string
;
x
?:
number
;
y
?:
number
;
value
?:
number
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
id
name?
x?
y?
value?
Properties
id
id
:
string
Id.
Optional
name
name
?:
string
Name.
Optional
x
x
?:
number
X.
Optional
y
y
?:
number
Y.
Optional
value
value
?:
number
Value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
x
y
value
eurostat-map
Loading...
A flow node in the flow graph.