nodegraph🔗
Objects🔗
Builders🔗
Functions🔗
NewArcOption🔗
NewArcOption creates a new ArcOption object.
NewNodeOptions🔗
NewNodeOptions creates a new NodeOptions object.
NewEdgeOptions🔗
NewEdgeOptions creates a new EdgeOptions object.
NewOptions🔗
NewOptions creates a new Options object.
VariantConfig🔗
VariantConfig returns the configuration related to nodegraph panels.
This configuration describes how to unmarshal it, convert it to code, …
ArcOptionConverter🔗
ArcOptionConverter accepts a ArcOption
object and generates the Go code to build this object using builders.
NodeOptionsConverter🔗
NodeOptionsConverter accepts a NodeOptions
object and generates the Go code to build this object using builders.
EdgeOptionsConverter🔗
EdgeOptionsConverter accepts a EdgeOptions
object and generates the Go code to build this object using builders.
PanelConverter🔗
PanelConverter accepts a Panel
object and generates the Go code to build this object using builders.