API Reference > imodeljs-common > DisplayStyles > ViewFlagProps ViewFlagProps Interface JSON representation of ViewFlags Properties Name Type Description acs undefined | boolean If true, show AuxCoordSystem. ambientOcclusion undefined | boolean If true, show ambient occlusion. backgroundMap undefined | boolean Display background map. clipVol undefined | boolean If true, use the view's clipping volume. forceSurfaceDiscard undefined | boolean Controls whether surface discard is always applied regardless of other ViewFlags. grid undefined | boolean If true, show grids. hidEdges undefined | boolean If true, show hidden edges. hlMatColors undefined | boolean If true, use hidden line material colors. monochrome undefined | boolean If true, show view with monochrome settings. noCameraLights undefined | boolean If true, don't use camera lights. noConstruct undefined | boolean If true, don't show construction class. noDim undefined | boolean If true, don't show dimension class. noFill undefined | boolean If true, don't show filled regions. noMaterial undefined | boolean If true, don't show materials. noPattern undefined | boolean If true, don't show patterns. noSolarLight undefined | boolean If true, don't use solar lights. noSourceLights undefined | boolean If true, don't use source lights. noStyle undefined | boolean If true, don't line styles. noTexture undefined | boolean If true, don't show textures. noTransp undefined | boolean If true, don't use transparency. noWeight undefined | boolean If true, don't line weights. noWhiteOnWhiteReversal undefined | boolean Disables the "white-on-white reversal" employed by some CAD applications. renderMode undefined | number RenderMode shadows undefined | boolean If true, show shadows. thematicDisplay undefined | boolean If true, show thematic display. visEdges undefined | boolean If true, show visible edges. Defined in core/common/src/ViewFlags.ts Line 39 Last Updated: 11 June, 2024