PresentationManagerProps Interface
Properties used to configure PresentationManager
Properties
| Name | Type | Description | |
|---|---|---|---|
| activeLocale | string | undefined | Sets the active locale to use when localizing presentation-related | |
| activeUnitSystem | UnitSystemKey | undefined | Sets the active unit system to use for formatting property values with | Deprecated |
| clientId | string | undefined | ID used to identify client that requests data. | |
| defaultFormats | FormatsMap | undefined | A map of default unit formats to use for formatting properties that don't have a presentation format | Deprecated |
| requestTimeout | number | undefined | Timeout (in milliseconds) for how long we're going to wait for RPC request to be fulfilled before throwing | |
| schemaContextProvider | (imodel: IModelConnection) => SchemaContext | undefined | Callback that provides SchemaContext for supplied IModelConnection. | Deprecated |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.