Preparing search index...
The search index is not available
react-d3-tree - v3.6.5
react-d3-tree
TreeNodeDatum
Interface TreeNodeDatum
interface
TreeNodeDatum
{
__rd3t
:
{
collapsed
:
boolean
;
depth
:
number
;
id
:
string
}
;
attributes
?:
Record
<
string
,
string
|
number
|
boolean
>
;
children
?:
TreeNodeDatum
[]
;
name
:
string
;
}
Hierarchy (
View Summary
)
RawNodeDatum
TreeNodeDatum
Index
Properties
__rd3t
attributes?
children?
name
Properties
__rd3t
__rd3t
:
{
collapsed
:
boolean
;
depth
:
number
;
id
:
string
}
Optional
attributes
attributes
?:
Record
<
string
,
string
|
number
|
boolean
>
Optional
children
children
?:
TreeNodeDatum
[]
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__rd3t
attributes
children
name
react-d3-tree - v3.6.5
Loading...