Skip to main content

Interface: DataCollectionBackend

Properties#

Columns#

Columns: { Id: string ; Name: string ; Order?: "asc" | "desc" ; Type: DataType }[]


Rows#

Rows: { Items: DataItems }[]