Section
This view allows you to define and display character sheet sections. It contains the basic skeleton for a section in the RPG Companion App for character sheets.
JSON Format
{
"type": "section",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"header": ...,
"content": ...,
"content_item_min_width": ...,
"show_divider": ...,
"collapsible": ...,
"start_collapsed": ...,
"always_show_collapse_icon": ...,
"alignment": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
alignment | CompositeRPGViewAlignment | Optional. Defaults to center. The alignment for the views in content within this section. |