TemplateThousandSeparatorOptions

data class TemplateThousandSeparatorOptions(val symbol: TemplateNumericSeparatorSymbol? = null, val visibility: TemplateVisibility? = null)

Constructors

Link copied to clipboard
constructor(symbol: TemplateNumericSeparatorSymbol? = null, visibility: TemplateVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the thousands separator symbol.

Link copied to clipboard

Determines the visibility of the thousands separator.