DisplayStyleSettingsProps Interface
JSON representation of the DisplayStyleSettings associated with a DisplayStyleProps. These settings are not stored directly as members of the DisplayStyleProps. Instead, they are stored as members of DisplayStyleProps.jsonProperties.styles.
Properties
| Name | Type | Description | |
|---|---|---|---|
| analysisFraction | number | undefined | See analysisFraction. | |
| analysisStyle | AnalysisStyleProps | undefined | See analysisStyle. | |
| backgroundColor | number | undefined | See backgroundColor. | |
| backgroundMap | PersistentBackgroundMapProps | undefined | See backgroundMap. | |
| clipStyle | ClipStyleProps | undefined | See clipStyle. | |
| contextRealityModels | ContextRealityModelProps[] | undefined | See contextRealityModels. | |
| excludedElements | string | Id64Array | Ids of elements not to be displayed in the view. | |
| mapImagery | MapImageryProps | undefined | See mapImagery. | |
| modelOvr | DisplayStyleModelAppearanceProps[] | undefined | Overrides applied to the appearance of models in the view. | |
| monochromeColor | number | undefined | See monochromeColor. | |
| monochromeMode | MonochromeMode | undefined | See monochromeMode. | |
| planarClipOvr | DisplayStylePlanarClipMaskProps[] | undefined | See planarClipMasks. | |
| realityModelDisplay | DisplayStyleRealityModelDisplayProps[] | undefined | Display settings applied to specific reality models in the view. | |
| renderTimeline | string | undefined | See renderTimeline. | |
| scheduleScript | RenderSchedule.ScriptProps | undefined | See scheduleScriptProps. | |
| subCategoryOvr | DisplayStyleSubCategoryProps[] | undefined | Overrides applied to the appearances of subcategories in the view. | |
| timePoint | number | undefined | See timePoint. | |
| viewflags | ViewFlagProps | undefined | See viewFlags. | |
| whiteOnWhiteReversal | WhiteOnWhiteReversalProps | undefined | See whiteOnWhiteReversal. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.