CharacterSheetSection
The construct to define a character sheet section
JSON Format
{
"type": "CharacterSheetSection",
"id": ...,
"view": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | String | ✓ | The id of the section. Must be unique. |
view | RPGView | ✓ | The view that the section will display. This view has access to the character stats. |