ListItem
This view is a utility view that will allow you to easily define list and search item views (ie: views that, more often than not, represent resources and are used to display those resources within a list).
JSON Format
{
"type": "listItem",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
validation_message | StatFormulaComponent | Optional. If this view is an input, you can define this formula to return a message when the input value is invalid. If the input is valid, you should return null. Otherwise, make the formula return the string that should be shown to the user. |