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: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.