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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.