MockTableElement
Defined in: packages/core/src/types.ts:231
Table element for displaying tabular data
Extends
Section titled “Extends”MockElementBase
Properties
Section titled “Properties”columns?
Section titled “columns?”
optionalcolumns:string[]
Defined in: packages/core/src/types.ts:234
Column headers
label:
string
Defined in: packages/core/src/types.ts:165
Display label for the element
Inherited from
Section titled “Inherited from”MockElementBase.label
rowCount?
Section titled “rowCount?”
optionalrowCount:number
Defined in: packages/core/src/types.ts:236
Number of rows to display (default: 3)
rowNavigateTo?
Section titled “rowNavigateTo?”
optionalrowNavigateTo:string
Defined in: packages/core/src/types.ts:238
Screen ID to navigate to when a row is clicked
type:
"table"
Defined in: packages/core/src/types.ts:232
Element type identifier
Overrides
Section titled “Overrides”MockElementBase.type