CustomFormattedNumberParams Interface
Parameters used with properties that want to control parsing and formatting.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| formatFunction | (numberValue: number) => string | ||
| parseFunction | (stringValue: string) => ParseResults | ||
| type | CustomFormattedNumber | 
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.