We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9612525 commit 06f081eCopy full SHA for 06f081e
doc/fern-develop.txt
@@ -483,6 +483,11 @@ Following methods are executed asynchronously and return a promise.
483
Return a promise to expand a node identified by the {key}.
484
It reloads the node instead when the node has expanded or leaf.
485
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
+
491
*fern-develop-helper.async.collapse_node()*
492
.async.collapse_node({key})
493
Return a promise to collapse a node identified by the {key}.
0 commit comments