Template Table Visual Args
data class TemplateTableVisualArgs(val actions: Output<List<TemplateVisualCustomActionArgs>>? = null, val chartConfiguration: Output<TemplateTableConfigurationArgs>? = null, val conditionalFormatting: Output<TemplateTableConditionalFormattingArgs>? = null, val subtitle: Output<TemplateVisualSubtitleLabelOptionsArgs>? = null, val title: Output<TemplateVisualTitleLabelOptionsArgs>? = null, val visualId: Output<String>) : ConvertibleToJava<TemplateTableVisualArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<List<TemplateVisualCustomActionArgs>>? = null, chartConfiguration: Output<TemplateTableConfigurationArgs>? = null, conditionalFormatting: Output<TemplateTableConditionalFormattingArgs>? = null, subtitle: Output<TemplateVisualSubtitleLabelOptionsArgs>? = null, title: Output<TemplateVisualTitleLabelOptionsArgs>? = null, visualId: Output<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.