method

PluginField.EmbeddedTrees

Public method PluginField.EmbeddedTrees from github.com/riducms/ridu/field.

Arguments

ArgumentTypeDescription
trees[]EmbeddedTreeThe trees value.

Returns

The declared result.

PluginField

Full signature

Related types

  • PluginField

    PluginField configures a field provided by the named Go plugin.

  • 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.