API Reference > imodeljs-frontend > Views > DisplayStyleState > viewFlags viewFlags Accessor Flags controlling various aspects of the display style. 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 various aspects of the display style. viewFlags(flags: 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 flags ViewFlags Returns - void Defined in core/frontend/src/DisplayStyleState.ts Line 554 Last Updated: 11 June, 2024