MCPcopy Create free account
hub / github.com/NV404/gova / buttonData

Struct buttonData

view.go:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70type buttonData struct {
71 label string
72 handler func()
73 style ButtonStyle
74}
75
76type layoutData struct {
77 spacing float32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected