Skip to main content

Getting the names of the children

Syntax:

Node._values

To get a list of all of a Node's children, simply use the values property:

Node._values

This will return a list of strings, not Nodes.

If you have a child Node named "_values", you will need to use the get function to retrieve it. See here for more details.

.values -> ._values as of 1.0.0