AnalysisCustomContentVisual

data class AnalysisCustomContentVisual(val actions: List<AnalysisVisualCustomAction>? = null, val chartConfiguration: AnalysisCustomContentConfiguration? = null, val dataSetIdentifier: String, val subtitle: AnalysisVisualSubtitleLabelOptions? = null, val title: AnalysisVisualTitleLabelOptions? = null, val visualId: String)

Constructors

Link copied to clipboard
constructor(actions: List<AnalysisVisualCustomAction>? = null, chartConfiguration: AnalysisCustomContentConfiguration? = null, dataSetIdentifier: String, subtitle: AnalysisVisualSubtitleLabelOptions? = null, title: AnalysisVisualTitleLabelOptions? = null, visualId: String)

Types

Link copied to clipboard
object Companion

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 unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.