eurostat-map
Preparing search index...
FlowLink
Interface FlowLink
A flow link between two nodes.
interface
FlowLink
{
source
:
string
|
FlowNode
;
target
:
string
|
FlowNode
;
value
:
number
;
originId
?:
string
;
destId
?:
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
source
target
value
origin
Id?
dest
Id?
Properties
source
source
:
string
|
FlowNode
Source.
target
target
:
string
|
FlowNode
Target.
value
value
:
number
Value.
Optional
origin
Id
originId
?:
string
Origin id.
Optional
dest
Id
destId
?:
string
Dest id.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
source
target
value
origin
Id
dest
Id
eurostat-map
Loading...
A flow link between two nodes.