package service.table.pb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Cell

table.proto:21

Cell is a single cell in a table, identified by key and variant.

Used in: Table

message CellTemplate

table.proto:36

CellTemplate is a variant + props pair describing what a cell should look like, without identifying which cell. Used by actions that overwrite existing cells in place (EraseCells), where the target cell's key is provided separately.

message Column

table.proto:56

Column is a single column in a table, with width.

Used in: Table

message Row

table.proto:47

Row is a single row in a table, with height and ordered cell keys.

Used in: Table

message Table

table.proto:64

Table is a tabular data display component for viewing structured telemetry data. Tables support multiple columns, channel data sources, and customizable formatting options.