Preparing search index...
The search index is not available
@lasuillard/raindrop-client
@lasuillard/raindrop-client
utils
tree
makeTree
Function makeTree
make
Tree
<
_
,
T
>
(
data
,
source
)
:
TreeNode
<
T
>
Create the tree from sources.
Type Parameters
_
T
Parameters
data
:
T
Data of root node.
source
:
TreeSource
<
_
,
T
>
[]
Array of sources.
Returns
TreeNode
<
T
>
Root node of built tree.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@lasuillard/raindrop-client
Loading...
Create the tree from sources.