Tree 型 (dw::util::Tree)

定義 説明

パス

type Path = Array<PathElement>

ツリー内のノードの場所を識別する ​PathElement​ 型の配列を表します。

PathElement

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

パス内のノードの特定の選択を表します。