createQuantityDescription Function
Creates a quantity-aware PropertyDescription for tool settings and other UI property flows.
The returned description uses a NumberCustom editor with synchronous formatting and parsing callbacks backed by the
active IModelApp.quantityFormatter. Formatting falls back to numberValue.toFixed(2) until specs are available.
createQuantityDescription(props: CreateQuantityDescriptionProps): PropertyDescription
| Parameter | Type | Description |
|---|---|---|
| props | CreateQuantityDescriptionProps |
Returns - PropertyDescription
Defined in
Last Updated: 23 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.