SectionInput is an input datatype for listing and describing sections of a dashboard.

This datatype is used by the datatype, CreateDashboardInput, which is used by the createDashboard() mutation field, and UpdateDashboardInput, which is used by the updateDashboard() mutation field.

Table: SectionInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 19, 2024
collapsedbooleanyes Long-TermWhether the section should be collapsed.
descriptionstring  Long-TermA description of the section.
idstringyes Long-TermThe unique identifier of the section.
orderintegeryes Long-TermThe order of the section.
timeSelectorTimeIntervalInput  Long-TermThe time selector. See TimeIntervalInput.
titlestring  Long-TermThe title of the section.
widgetIds[string]yes Long-TermA list of unique identifier of widgets.