@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
RelationshipMapEdge
Type Alias RelationshipMapEdge
type
RelationshipMapEdge
=
{
direction
?:
RelationshipMapDirection
;
id
:
string
;
kind
?:
RelationshipMapEdgeKind
;
label
?:
React.ReactNode
;
points
?:
RelationshipMapPoint
[]
;
source
:
string
;
target
:
string
;
waypoints
?:
readonly
DiagramPoint
[]
;
}
Index
Properties
direction?
id
kind?
label?
points?
source
target
waypoints?
Properties
Optional
direction
direction
?:
RelationshipMapDirection
id
id
:
string
Optional
kind
kind
?:
RelationshipMapEdgeKind
Optional
label
label
?:
React.ReactNode
Optional
points
points
?:
RelationshipMapPoint
[]
source
source
:
string
target
target
:
string
Optional
waypoints
waypoints
?:
readonly
DiagramPoint
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
id
kind
label
points
source
target
waypoints
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...