MCPcopy
hub / github.com/g3n/engine / BuilderLayoutGrid

Struct BuilderLayoutGrid

gui/builder_layout.go:112–112  ·  view source on GitHub ↗

BuilderLayoutGrid is builder for Grid layout

Source from the content-addressed store, hash-verified

110// BuilderLayoutGrid is builder for Grid layout
111//
112type BuilderLayoutGrid struct{}
113
114// BuildLayout builds and returns a GridLayout with the specified attributes
115func (bl *BuilderLayoutGrid) BuildLayout(b *Builder, am map[string]interface{}) (ILayout, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected