Collapsible
This view allows you to collapse other views under it. This is known as an accordion in web development. It is very useful to avoid cluttering the UI with details the player might not always be interested in seeing.
JSON Format
{
"type": "collapsible",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"title": ...,
"subtitle": ...,
"subviews": ...,
"start_expanded": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
start_expanded | bool | Optional. Defaults to false. Whether the collapsible should start expanded or not. |