MCPcopy Index your code
hub / github.com/g3n/engine / BuilderLayoutDock

Struct BuilderLayoutDock

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

BuilderLayoutDock is builder for Dock layout

Source from the content-addressed store, hash-verified

181// BuilderLayoutDock is builder for Dock layout
182//
183type BuilderLayoutDock struct{}
184
185// BuildLayout builds and returns a DockLayout with the specified attributes
186func (bl *BuilderLayoutDock) BuildLayout(b *Builder, am map[string]interface{}) (ILayout, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected