DashboardStringFormatConfiguration

data class DashboardStringFormatConfiguration(val nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, val numericFormatConfiguration: DashboardNumericFormatConfiguration? = null)

Constructors

Link copied to clipboard
constructor(nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, numericFormatConfiguration: DashboardNumericFormatConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The options that determine the null value format configuration.

Link copied to clipboard

The formatting configuration for numeric strings.