THIS/ME
THIS identifier refers to the current node. It cannot be used separately but should be used along with other functions to refer the Parent/Child node. Refer FOREACH to understand it more.
Arguments
Arguments | Explanation |
---|---|
THIS.PARENT | When you want to access the Parent node of a current node. |
THIS.CHILDREN | When you want to access the child node of a current node |
Last updated