TemplateKpiConfiguration

data class TemplateKpiConfiguration(val fieldWells: TemplateKpiFieldWells? = null, val interactions: TemplateVisualInteractionOptions? = null, val kpiOptions: TemplateKpiOptions? = null, val sortConfiguration: TemplateKpiSortConfiguration? = null)

Constructors

Link copied to clipboard
constructor(fieldWells: TemplateKpiFieldWells? = null, interactions: TemplateVisualInteractionOptions? = null, kpiOptions: TemplateKpiOptions? = null, sortConfiguration: TemplateKpiSortConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field well configuration of a KPI visual.

Link copied to clipboard

The general visual interactions setup for a visual.

Link copied to clipboard

The options that determine the presentation of a KPI visual.

Link copied to clipboard

The sort configuration of a KPI visual.