Property description
The parameters property defines whether or how the title of section-title will be visible for users.
Minimal JSON
{
"name": "",
"value": ""
}{
"type": "section-title",
"parameters": [
{
"name": "anchor",
"value": "true"
},
{
"name": "visible",
"value": "false"
}
]
}} Example taken from the core package.
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
name | Type of the parameter. See below for supported values. | string* | Yes |
value | Value of parameter. | See below. | Yes |
*Supported name values
| Name | Description | Values |
|---|---|---|
tableId | Connects the section title to a table. E.g., allows the export of a table or deletion of columns. For more information, see Section Title Actions. | string |
anchor | Determines whether the page has anchors. The default value is false. | boolean |
visible | Determines whether section titles are visible. If false, the section title will serve as an invisible anchor. The default value is true. | boolean |