Constructor new GotoScope(instance, childNodeName, func) Create a GotoScope Source: scope.js, line 92 Parameters: Name Type Description instance Instance childNodeName string func function Extends Scope Methods processSync() Go to a child now, then run the func with the the child node. Source: scope.js, line 107