WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Specification of locale to use when creating a new FormatLocaleObject

Hierarchy

  • FormatLocaleDefinition

Index

Properties

currency

currency: [string, string]

The currency prefix and suffix (e.g., ["$", ""])

decimal

decimal: "." | ","

The decimal point (e.g., ".")

grouping

grouping: number[]

The array of group sizes (e.g., [3]), cycled as needed.

thousands

thousands: "." | "," | " " | "'"

The group separator (e.g., ","). Note that the thousands property is a misnomer, as\ the grouping definition allows groups other than thousands.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc