DashboardNumericSeparatorConfiguration

data class DashboardNumericSeparatorConfiguration(val decimalSeparator: DashboardNumericSeparatorSymbol? = null, val thousandsSeparator: DashboardThousandSeparatorOptions? = null)

Constructors

Link copied to clipboard
constructor(decimalSeparator: DashboardNumericSeparatorSymbol? = null, thousandsSeparator: DashboardThousandSeparatorOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the decimal separator.

Link copied to clipboard

The options that determine the thousands separator configuration.