Dashboard Body Section Configuration
data class DashboardBodySectionConfiguration(val content: DashboardBodySectionContent, val pageBreakConfiguration: DashboardSectionPageBreakConfiguration? = null, val repeatConfiguration: DashboardBodySectionRepeatConfiguration? = null, val sectionId: String, val style: DashboardSectionStyle? = null)
Constructors
Link copied to clipboard
constructor(content: DashboardBodySectionContent, pageBreakConfiguration: DashboardSectionPageBreakConfiguration? = null, repeatConfiguration: DashboardBodySectionRepeatConfiguration? = null, sectionId: String, style: DashboardSectionStyle? = null)
Properties
Link copied to clipboard
The configuration of content in a body section.
Link copied to clipboard
The configuration of a page break for a section.
Link copied to clipboard
Describes the configurations that are required to declare a section as repeating.
Link copied to clipboard
The style options of a body section.