children( ) FunctionsReferenceScriptingStudioZ.Group children() : Node[]; Gets the children of the group. Returns The children of the group as an array of Z.Node objects. Example var myobjects = mygroup.children();