API Reference > imodeljs-frontend > Views > Viewport > viewFlags viewFlags Accessor Flags controlling aspects of how the contents of this viewport are rendered. viewFlags: ViewFlags note Don't modify this object directly - clone it and modify the clone, then pass the clone to the setter. see DisplayStyleSettings.viewFlags. Returns - ViewFlags Setter Flags controlling aspects of how the contents of this viewport are rendered. viewFlags(viewFlags: ViewFlags): void note Don't modify this object directly - clone it and modify the clone, then pass the clone to the setter. see DisplayStyleSettings.viewFlags. Parameter Type Description viewFlags ViewFlags Returns - void Defined in core/frontend/src/Viewport.ts Line 553 Last Updated: 11 June, 2024