@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
UmlDiagramEdge
Type Alias UmlDiagramEdge
type
UmlDiagramEdge
=
{
className
?:
string
;
direction
?:
UmlDiagramEdgeDirection
;
id
:
string
;
kind
?:
UmlDiagramEdgeKind
;
label
?:
React.ReactNode
;
points
?:
readonly
UmlDiagramPoint
[]
;
source
:
string
;
sourceLabel
?:
React.ReactNode
;
target
:
string
;
targetLabel
?:
React.ReactNode
;
}
Index
Properties
class
Name?
direction?
id
kind?
label?
points?
source
source
Label?
target
target
Label?
Properties
Optional
class
Name
className
?:
string
Optional
direction
direction
?:
UmlDiagramEdgeDirection
id
id
:
string
Optional
kind
kind
?:
UmlDiagramEdgeKind
Optional
label
label
?:
React.ReactNode
Optional
points
points
?:
readonly
UmlDiagramPoint
[]
source
source
:
string
Optional
source
Label
sourceLabel
?:
React.ReactNode
target
target
:
string
Optional
target
Label
targetLabel
?:
React.ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
class
Name
direction
id
kind
label
points
source
source
Label
target
target
Label
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...