Preparing search index...
The search index is not available
d3-dag
d3-dag
SugiyamaOps
Interface SugiyamaOps<N, L>
sugiyama operators
interface
SugiyamaOps
<
in
N
=
never
,
in
L
=
never
>
{
coord
:
Coord
<
N
,
L
>
;
decross
:
Decross
<
N
,
L
>
;
layering
:
Layering
<
N
,
L
>
;
nodeSize
:
NodeSize
<
N
,
L
>
;
tweaks
:
readonly
Tweak
<
N
,
L
>
[]
;
}
Type Parameters
in
N
=
never
in
L
=
never
Index
Properties
coord
decross
layering
node
Size
tweaks
Properties
coord
coord
:
Coord
<
N
,
L
>
coord operator
decross
decross
:
Decross
<
N
,
L
>
decross operator
layering
layering
:
Layering
<
N
,
L
>
layering operator
node
Size
nodeSize
:
NodeSize
<
N
,
L
>
node size operator
tweaks
tweaks
:
readonly
Tweak
<
N
,
L
>
[]
tweaks
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coord
decross
layering
node
Size
tweaks
d3-dag
Loading...
sugiyama operators