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

PropertyDescriptionValuesMandatory
nameType of the parameter. See below for supported values.string*Yes
valueValue of parameter.See below.Yes

*Supported name values

NameDescriptionValues
tableIdConnects 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
anchorDetermines whether the page has anchors. The default value is false.boolean
visibleDetermines whether section titles are visible. If false, the section title will serve as an invisible anchor. The default value is true.boolean