SchemaView.PresentationFormat Interface @beta
A parsed presentation format override from a KindOfQuantity. Names are alias-qualified
as stored in ECDb (e.g. "f:DefaultRealU", "u:M"). The alias can be resolved to a
full schema name via the schema's alias if needed.
Format string syntax: formatName(precision)[unitName|label][unitName|label]...
Properties
| Name | Type | Description | |
|---|---|---|---|
| name Readonly | string | Format name (alias-qualified), e.g. | |
| precision Readonly | number | undefined | Precision override. | |
| unitAndLabels Readonly | ReadonlyArray<> | undefined | Unit overrides as [unitName, labelOverride] tuples. |
Defined in
- ecschema-metadata/src/SchemaView.ts Line 981
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.