Options
All
  • Public
  • Public/Protected
  • All
Menu

The class constructor function is the exported object from the file

Index

Type Aliases

CaretPositionOption: "start" | "end" | "decimalLeft" | "decimalRight" | "doNoForceCaretPosition"
CurrencySymbolPlacementOption: "p" | "s"
EmptyInputBehaviorOption: "null" | "focus" | "press" | "always" | "min" | "max" | "zero" | number | string
LeadingZeroOption: "allow" | "deny" | "keep"
NegativePositiveSignPlacementOption: "p" | "s" | "l" | "r" | null
OnInvalidPasteOption: "error" | "ignore" | "clamp" | "truncate" | "replace"
OutputFormatOption: "string" | "number" | "." | "-." | "," | "-," | ".-" | ",-" | null
OverrideMinMaxLimitsOption: "ceiling" | "floor" | "ignore" | null
PredefinedOptions: Partial<export=.Options> & export=.PredefinedLanguages
RoundingMethodOption: "S" | "A" | "s" | "a" | "B" | "U" | "D" | "C" | "F" | "N05" | "CHF" | "U05" | "D05"
SerializeSpacesOption: "+" | "%20"

Generated using TypeDoc