DashboardTableData
Popii / DashboardTableData
Interface: DashboardTableData
Section titled “Interface: DashboardTableData”Defined in: plugins/dashboard.ts:43
Extends
Section titled “Extends”Properties
Section titled “Properties”title?
Section titled “title?”
optionaltitle?:string
Defined in: plugins/dashboard.ts:34
Inherited from
Section titled “Inherited from”description?
Section titled “description?”
optionaldescription?:string
Defined in: plugins/dashboard.ts:34
Inherited from
Section titled “Inherited from”fields?
Section titled “fields?”
optionalfields?: readonlyDashboardField[]
Defined in: plugins/dashboard.ts:34
Inherited from
Section titled “Inherited from”empty?
Section titled “empty?”
optionalempty?:object
Defined in: plugins/dashboard.ts:34
title:
string
description
Section titled “description”description:
string
Inherited from
Section titled “Inherited from”kind:
"table"
Defined in: plugins/dashboard.ts:43
columns
Section titled “columns”columns: readonly
object[]
Defined in: plugins/dashboard.ts:43
rows: readonly
Record<string,DashboardValue>[]
Defined in: plugins/dashboard.ts:43
cursor?
Section titled “cursor?”
optionalcursor?:string
Defined in: plugins/dashboard.ts:43