link
link
Description
Link node to another node
Definition
link(entityId parentNodeId, entityId childNodeId, integer? index)
Arguments
| entityId | parentNodeId | node to link to |
|---|---|---|
| entityId | childNodeId | node to be linked |
| integer? | index | [optional] child index where childNodeId is linked to (default: append after last child) |