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
| Property | Type | Description |
|---|---|---|
Key | string | The Key value. |
Root | []string | The Root value. |
Children | string | The Children value. |
Tag | string | The Tag value. |
Cases | []EmbeddedTreeCase | The Cases value. |
Full signature
type EmbeddedTree struct {
Key string
Root []string
Children string
Tag string
Cases []EmbeddedTreeCase
}