Contact Us 1-800-596-4880

Tree Types (dw::util::Tree)

Type Definition Description

Path

type Path = Array<PathElement>

Represents an array of PathElement types that identify the location of a node in a tree.

PathElement

type PathElement = {| // {options: ["Object","Attribute","Array"]} kind: String, selector: String | Number, namespace: Namespace | Null |}

Represents a specific selection of a node in a path.