MCPcopy Create free account
hub / github.com/donseba/go-htmx / AddData

Method AddData

component.go:32–32  ·  view source on GitHub ↗
(key string, value any)

Source from the content-addressed store, hash-verified

30 Attach(target string) RenderableComponent
31 SetData(input map[string]any) RenderableComponent
32 AddData(key string, value any) RenderableComponent
33 SetGlobalData(input map[string]any) RenderableComponent
34 AddGlobalData(key string, value any) RenderableComponent
35 AddTemplateFunction(name string, function interface{}) RenderableComponent

Callers

nothing calls this directly

Implementers 1

Componentcomponent.go

Calls

no outgoing calls

Tested by

no test coverage detected