Skip to content

group - Group#


A group is just a container for other properties and a way to organize the properties on the screen logically. A group is collapsable and can have an optionally enable/disable toggle.

Example#

{
    "code": "PROPERTY_CODE",
    "prompt": "PROPERTY_PROMPT",
    "type": "group",
    "can_disable": true,
    "properties": [
        ...
    ]
}