type

EmbeddedTree

EmbeddedTree describes a finite tree inside a plugin value. Root is a literal property path to a node (or a list of nodes). Children is a structural child list property. Payload objects are handed back to ordinary field processing; they are never searched for more nodes by this descriptor.

Properties

PropertyTypeDescription
KeystringThe Key value.
Root[]stringThe Root value.
ChildrenstringThe Children value.
TagstringThe Tag value.
Cases[]EmbeddedTreeCaseThe Cases value.

Full signature

type EmbeddedTree struct { Key string Root []string Children string Tag string Cases []EmbeddedTreeCase }

Source field/embedded.go:7