Table
Presentations
v1.0
zero-schema
No description provided.
Missing descriptions: PresentationType.
Required fields
PresentationType
Properties
PresentationType
string
required
No description
RowCount
number
optional
The number of rows in the table. This determines how many rows will be displayed.
BorderColor
string
optional
The color of the table border that can either be color name or a hex color value
BorderRadius
number
optional
The radius of the table's corners. This defines how rounded the corners of the table should be, measured in pixels.
DividerThickness
number
optional
The thickness of the dividers between the rows and columns measured in pixels.
ColumnSpacing
number
optional
The horizontal space between each column, measured in pixels.
HeadingRowHeight
number
optional
The height of the heading specifies how tall the heading row should be, measured in pixels.
Children
array
optional
An array of child widgets that will be displayed within the table. Each item in the array should follow the schema defined for widgets.
Studio editor metadata
Shapes the studio editor; not enforced at runtime.
BorderColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "BorderColor",
"PresentationType": "ColorPicker"
}
Children"Array"