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