FormatsProvider Interface
This interface is implemented by a class that would provide formats for use in formatting quantities.
Methods
Name | Description | |
---|---|---|
getFormat(name: string): Promise<undefined | FormatDefinition> |
Properties
Name | Type | Description | |
---|---|---|---|
onFormatsChanged | BeEvent<(args: FormatsChangedArgs) => void> |
Defined in
- quantity/src/Formatter/Interfaces.ts Line 122
Last Updated: 26 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.