Dashboard Table Visual
data class DashboardTableVisual(val actions: List<DashboardVisualCustomAction>? = null, val chartConfiguration: DashboardTableConfiguration? = null, val conditionalFormatting: DashboardTableConditionalFormatting? = null, val subtitle: DashboardVisualSubtitleLabelOptions? = null, val title: DashboardVisualTitleLabelOptions? = null, val visualId: String)
Constructors
Link copied to clipboard
constructor(actions: List<DashboardVisualCustomAction>? = null, chartConfiguration: DashboardTableConfiguration? = null, conditionalFormatting: DashboardTableConditionalFormatting? = null, subtitle: DashboardVisualSubtitleLabelOptions? = null, title: DashboardVisualTitleLabelOptions? = 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.