Preparing search index...
The search index is not available
d3-dag
d3-dag
JsonOps
Interface JsonOps<N, L>
the operator that defines hydration
interface
JsonOps
<
out
N
=
unknown
,
out
L
=
unknown
>
{
linkDatum
:
Hydrator
<
L
>
;
nodeDatum
:
Hydrator
<
N
>
;
}
Type Parameters
out
N
=
unknown
out
L
=
unknown
Index
Properties
link
Datum
node
Datum
Properties
link
Datum
linkDatum
:
Hydrator
<
L
>
the link datum operator
node
Datum
nodeDatum
:
Hydrator
<
N
>
the node datum operator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
link
Datum
node
Datum
d3-dag
Loading...
the operator that defines hydration