Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OptionsProvider<TOptions>

Provides a mechanism for retrieving concrete number formatting options.

Type parameters

  • TOptions

    The type of the options container.

Hierarchy

Implemented by

Index

Methods

getInternalDecorators

getMaximumFractionDigits

  • getMaximumFractionDigits(): number

getMaximumSignificantDigits

  • getMaximumSignificantDigits(): number

getMinimumExponentDigits

  • getMinimumExponentDigits(): number

getMinimumFractionDigits

  • getMinimumFractionDigits(): number

getMinimumIntegerDigits

  • getMinimumIntegerDigits(): number

getMinimumSignificantDigits

  • getMinimumSignificantDigits(): number

getPrefixDecorator

  • getPrefixDecorator(): string

getStyle

  • getStyle(): string

getSuffixDecorator

  • getSuffixDecorator(): string

getValueDivisor

  • getValueDivisor(): number

hasNoDigits

  • hasNoDigits(): boolean

hasNoLeadingZeroIntegerDigit

  • hasNoLeadingZeroIntegerDigit(): boolean

isNegativellySignedExponent

  • isNegativellySignedExponent(): boolean

isUpperCase

  • isUpperCase(): boolean

resolveOptions

  • resolveOptions(format: string, value: number): TOptions

useGrouping

  • useGrouping(): boolean

Generated using TypeDoc