method
View.EmbeddedTrees
EmbeddedTrees returns detached declarative embedded schema definitions.
Returns
The declared result.
[]EmbeddedTreeFull signature
func (d View) EmbeddedTrees() []EmbeddedTreeRelated types
ViewView is a read-only snapshot of a canonical immutable node. Its readers detach mutable values; author fields through their concrete fluent facades.
EmbeddedTreeEmbeddedTree 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.