Skip to content

Commit 06f081e

Browse files
committed
Add documentation for expand_tree() method
1 parent 9612525 commit 06f081e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/fern-develop.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,11 @@ Following methods are executed asynchronously and return a promise.
483483
Return a promise to expand a node identified by the {key}.
484484
It reloads the node instead when the node has expanded or leaf.
485485

486+
*fern-develop-helper.async.expand_tree()*
487+
.async.expand_tree({key})
488+
Return a promise to recursively expand a node identified by the {key}.
489+
It reloads the node instead when the node is leaf.
490+
486491
*fern-develop-helper.async.collapse_node()*
487492
.async.collapse_node({key})
488493
Return a promise to collapse a node identified by the {key}.

0 commit comments

Comments
 (0)