TemplatePivotTotalOptions

data class TemplatePivotTotalOptions(val customLabel: String? = null, val metricHeaderCellStyle: TemplateTableCellStyle? = null, val placement: TemplateTableTotalsPlacement? = null, val scrollStatus: TemplateTableTotalsScrollStatus? = null, val totalAggregationOptions: List<TemplateTotalAggregationOption>? = null, val totalCellStyle: TemplateTableCellStyle? = null, val totalsVisibility: TemplateVisibility? = null, val valueCellStyle: TemplateTableCellStyle? = null)

Constructors

Link copied to clipboard
constructor(customLabel: String? = null, metricHeaderCellStyle: TemplateTableCellStyle? = null, placement: TemplateTableTotalsPlacement? = null, scrollStatus: TemplateTableTotalsScrollStatus? = null, totalAggregationOptions: List<TemplateTotalAggregationOption>? = null, totalCellStyle: TemplateTableCellStyle? = null, totalsVisibility: TemplateVisibility? = null, valueCellStyle: TemplateTableCellStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null

The custom label string for the total cells.

Link copied to clipboard

The cell styling options for the total of header cells.

Link copied to clipboard

The placement (start, end) for the total cells.

Link copied to clipboard

The scroll status (pinned, scrolled) for the total cells.

Link copied to clipboard

The total aggregation options for each value field.

Link copied to clipboard

The cell styling options for the total cells.

Link copied to clipboard

The visibility configuration for the total cells.

Link copied to clipboard

The cell styling options for the totals of value cells.