Template Table Visual
data class TemplateTableVisual(val actions: List<TemplateVisualCustomAction>? = null, val chartConfiguration: TemplateTableConfiguration? = null, val conditionalFormatting: TemplateTableConditionalFormatting? = null, val subtitle: TemplateVisualSubtitleLabelOptions? = null, val title: TemplateVisualTitleLabelOptions? = null, val visualId: String)
Constructors
Link copied to clipboard
constructor(actions: List<TemplateVisualCustomAction>? = null, chartConfiguration: TemplateTableConfiguration? = null, conditionalFormatting: TemplateTableConditionalFormatting? = null, subtitle: TemplateVisualSubtitleLabelOptions? = null, title: TemplateVisualTitleLabelOptions? = null, visualId: String)
Properties
Link copied to clipboard
The list of custom actions that are configured for a visual.
Link copied to clipboard
The configuration settings of the visual.
Link copied to clipboard
The conditional formatting for a PivotTableVisual
.
Link copied to clipboard
The subtitle that is displayed on the visual.
Link copied to clipboard
The title that is displayed on the visual.