type Path = Array<PathElement>
Tree Types (dw::util::Tree)
Type | Definition | Description |
---|---|---|
Path |
Type that consists of an array of Introduced in DataWeave version 2.2.2. |
|
PathElement |
|
Type that represents a selection of a node in a path.
An example is Introduced in DataWeave version 2.2.2. |