The Key Value component for Retool Mobile
A content area for key-value data.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
allowTextWrapping
Whether to wrap text.
Type | boolean | ||||
Format | True/False | ||||
Mutability |
| ||||
Default |
|
Examples
data
The data.
Type | array | ||||||
Format | Custom data | ||||||
Mutability |
|
direction
The layout of content.
Type | string | ||||||
Mutability |
| ||||||
Allowed Values |
|
hidden
Whether this object is hidden from view.
Type | boolean | ||||||
Format | True/False | ||||||
Mutability |
| ||||||
Default |
|
Examples
showSeparator
Whether the show a separating line betweeen items.
Type | boolean | ||||
Mutability |
|
valueHorizontalAlignment
The text alignment of values.
Type | string | ||||||
Mutability |
| ||||||
Allowed Values |
|
valueWidth
The width of the value column.
Type | string | ||||||||
Mutability |
| ||||||||
Allowed Values |
|
Methods
JavaScript API methods for this object. You can write JavaScript almost anywhere in Retool and use methods to manipulate data and property values.
keyValue.setHidden()
Set the hidden
value to toggle whether the component is visible. Defaults to true
without a parameter.
keyValue.setHidden(hidden)
Parameters
Examples
Events
Events triggered by user interactions. Use event handlers to trigger queries or other actions in response to events.