MCPcopy Create free account
hub / github.com/andlabs/ui / TableString

TypeAlias TableString

tablemodel.go:16–16  ·  view source on GitHub ↗

TableString is a TableValue that stores a string. TableString is used for displaying text in a Table.

Source from the content-addressed store, hash-verified

14// TableString is a TableValue that stores a string. TableString is
15// used for displaying text in a Table.
16type TableString string
17
18func (s TableString) toLibui() *C.uiTableValue {
19 cs := C.CString(string(s))

Callers 1

tableValueFromLibuiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected