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

Last Updated: 27 May, 2026