canvas🔗
Objects🔗
- BackgroundConfig
- BackgroundImageSize
- CanvasConnection
- CanvasElementOptions
- CanvasOptionsRoot
- ConnectionCoordinates
- ConnectionPath
- Constraint
- HorizontalConstraint
- HttpRequestMethod
- LineConfig
- Options
- Placement
- VerticalConstraint
Builders🔗
- BackgroundConfigBuilder
- CanvasConnectionBuilder
- CanvasElementOptionsBuilder
- CanvasOptionsRootBuilder
- ConnectionCoordinatesBuilder
- ConstraintBuilder
- LineConfigBuilder
- PanelBuilder
- PlacementBuilder
Functions🔗
VariantConfig🔗
VariantConfig returns the configuration related to canvas panels.
This configuration describes how to unmarshal it, convert it to code, …
ConstraintConverter🔗
ConstraintConverter accepts a Constraint
object and generates the Go code to build this object using builders.
PlacementConverter🔗
PlacementConverter accepts a Placement
object and generates the Go code to build this object using builders.
BackgroundConfigConverter🔗
BackgroundConfigConverter accepts a BackgroundConfig
object and generates the Go code to build this object using builders.
LineConfigConverter🔗
LineConfigConverter accepts a LineConfig
object and generates the Go code to build this object using builders.
ConnectionCoordinatesConverter🔗
ConnectionCoordinatesConverter accepts a ConnectionCoordinates
object and generates the Go code to build this object using builders.
CanvasConnectionConverter🔗
CanvasConnectionConverter accepts a CanvasConnection
object and generates the Go code to build this object using builders.
CanvasElementOptionsConverter🔗
CanvasElementOptionsConverter accepts a CanvasElementOptions
object and generates the Go code to build this object using builders.
CanvasOptionsRootConverter🔗
CanvasOptionsRootConverter accepts a CanvasOptionsRoot
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.