Template Total Options Args
data class TemplateTotalOptionsArgs(val customLabel: Output<String>? = null, val placement: Output<TemplateTableTotalsPlacement>? = null, val scrollStatus: Output<TemplateTableTotalsScrollStatus>? = null, val totalAggregationOptions: Output<List<TemplateTotalAggregationOptionArgs>>? = null, val totalCellStyle: Output<TemplateTableCellStyleArgs>? = null, val totalsVisibility: Output<TemplateVisibility>? = null) : ConvertibleToJava<TemplateTotalOptionsArgs>
Constructors
Link copied to clipboard
constructor(customLabel: Output<String>? = null, placement: Output<TemplateTableTotalsPlacement>? = null, scrollStatus: Output<TemplateTableTotalsScrollStatus>? = null, totalAggregationOptions: Output<List<TemplateTotalAggregationOptionArgs>>? = null, totalCellStyle: Output<TemplateTableCellStyleArgs>? = null, totalsVisibility: Output<TemplateVisibility>? = null)
Properties
Link copied to clipboard
The custom label string for the total 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 settings for each value field.
Link copied to clipboard
Cell styling options for the total cells.
Link copied to clipboard
The visibility configuration for the total cells.