MCPcopy Create free account
hub / github.com/cogentcore/core / TableButton

Struct TableButton

tensor/tensorcore/values.go:52–55  ·  view source on GitHub ↗

TableButton presents a button that pulls up the [Table] viewer for a [table.Table].

Source from the content-addressed store, hash-verified

50
51// TableButton presents a button that pulls up the [Table] viewer for a [table.Table].
52type TableButton struct {
53 core.Button
54 Table *table.Table
55}
56
57func (tb *TableButton) WidgetValue() any { return &tb.Table }
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected