@waylis/core / Table
Interface: Table
Defined in: message/types.ts:32
Simple tabular data structure.
Properties
body
ts
body: (string | number)[][];Defined in: message/types.ts:36
Table rows (values per column).
head
ts
head: string[];Defined in: message/types.ts:34
Column headers.