Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChainValueFormat

Structure to determine the representation format of [ChainValue] string

Hierarchy

  • ChainValueFormat

Index

Properties

decimalSeparator

decimalSeparator: string

Decimal separator, Default: '.'

fractionGroupSeparator

fractionGroupSeparator: string

Grouping separator of the fraction part, Default: ''

fractionGroupSize

fractionGroupSize: number

Grouping size of the fraction part, Default: 0

groupSeparator

groupSeparator: string

grouping separator of the integer part, Default: ','

groupSize

groupSize: number

Primary grouping size of the integer part, Default: 3

secondaryGroupSize

secondaryGroupSize: number

Secondary grouping size of the integer part, Default 0

suffix

suffix: string

String to append, Default: ''