API Reference > ui-framework > ContentView > SavedViewLayout SavedViewLayout Class Beta SavedViewLayout class. Used to serialize/deserialize a View Layout with Saved Views. Methods Name Description emphasizeElementsFromProps(contentGroup: ContentGroup, savedProps: SavedViewLayoutProps): boolean Static Apply EmphasizeElements from the SavedView viewLayoutToProps(contentLayoutDef: ContentLayoutDef, contentGroup: ContentGroup, emphasizeElements: boolean = false, contentCallback?: ContentCallback): SavedViewLayoutProps Static Create props for a View Layout viewStatesFromProps(iModelConnection: IModelConnection, savedProps: SavedViewLayoutProps): Promise<Array<ViewState | undefined>> Static Create an array of ViewStates from the SavedViewLayout Defined in ui/framework/src/ui-framework/content/SavedViewLayout.ts Line 36 Last Updated: 13 June, 2024