@moritzbrantner/diagrams - v0.1.1
GitHub
Preparing search index...
DiagramEdgeInspectorContext
Type Alias DiagramEdgeInspectorContext<TNode, TEdge>
Context passed to custom edge inspector renderers.
type
DiagramEdgeInspectorContext
<
TNode
,
TEdge
>
=
{
direction
?:
string
;
edge
:
TEdge
;
edgeId
:
string
;
kind
?:
string
;
label
?:
React.ReactNode
;
source
?:
TNode
;
sourceId
?:
string
;
target
?:
TNode
;
targetId
?:
string
;
}
Type Parameters
TNode
TEdge
Index
Properties
direction?
edge
edge
Id
kind?
label?
source?
source
Id?
target?
target
Id?
Properties
Optional
direction
direction
?:
string
edge
edge
:
TEdge
edge
Id
edgeId
:
string
Optional
kind
kind
?:
string
Optional
label
label
?:
React.ReactNode
Optional
source
source
?:
TNode
Optional
source
Id
sourceId
?:
string
Optional
target
target
?:
TNode
Optional
target
Id
targetId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
edge
edge
Id
kind
label
source
source
Id
target
target
Id
GitHub
@moritzbrantner/diagrams - v0.1.1
Loading...
Context passed to custom edge inspector renderers.