Section
is a datatype
for a dashboard section.
Table: Section
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 3, 2024 | |||||
collapsed | boolean | yes | Long-Term | Whether the section is collapsed. | |
description | string | Long-Term | A description of the section. | ||
id | string | yes | Long-Term | The unique identifier of the section. | |
order | integer | yes | Long-Term | The numeric used for the position of the section when ordering (e.g., 1 is first). | |
timeSelector | TimeInterval | yes | Long-Term | The start and ending time. See TimeInterval . | |
title | string | Long-Term | The title for the section. | ||
widgetIds | [string] | yes | Long-Term | The unique identifiers for the widges for the section. |