Dashboard Custom Content Visual Args
data class DashboardCustomContentVisualArgs(val actions: Output<List<DashboardVisualCustomActionArgs>>? = null, val chartConfiguration: Output<DashboardCustomContentConfigurationArgs>? = null, val dataSetIdentifier: Output<String>, val subtitle: Output<DashboardVisualSubtitleLabelOptionsArgs>? = null, val title: Output<DashboardVisualTitleLabelOptionsArgs>? = null, val visualContentAltText: Output<String>? = null, val visualId: Output<String>) : ConvertibleToJava<DashboardCustomContentVisualArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<List<DashboardVisualCustomActionArgs>>? = null, chartConfiguration: Output<DashboardCustomContentConfigurationArgs>? = null, dataSetIdentifier: Output<String>, subtitle: Output<DashboardVisualSubtitleLabelOptionsArgs>? = null, title: Output<DashboardVisualTitleLabelOptionsArgs>? = null, visualContentAltText: Output<String>? = 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 of a CustomContentVisual
.
Link copied to clipboard
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
Link copied to clipboard
The subtitle that is displayed on the visual.
Link copied to clipboard
The title that is displayed on the visual.
Link copied to clipboard
The alt text for the visual.