Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
[docs] add nodeChildren function to API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Aug 14, 2018
1 parent b0a2209 commit 969c05c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ Removes and copy a node with his children in the mmp clipboard. If *id* is not s

Paste the node of the mmp clipboard in the map. If *id* is not specified, paste the nodes of the mmp clipboard in the selected node.

<a name="map_nodeChildren" href="#map_nodeChildren">#</a> *map*.**nodeChildren**([*id*])

Return the children of the node specified with id. If *id* is not specified, return the children of the selected node.


## File tree
##### After `npm start`
Expand Down

0 comments on commit 969c05c

Please # to comment.