API Reference > imodeljs-frontend > Rendering > Decorations Decorations Class A set of RenderGraphics and CanvasDecorations produced by Tools and Decorators, used to decorate the contents of a Viewport. Implements IDisposable Methods Name Description dispose(): void Properties Name Type Description canvasDecorations undefined | CanvasDecorationList normal Accessor GraphicList | undefined Decorations drawn as if they were part of the scene. skyBox Accessor RenderGraphic | undefined A view decoration created from a SkyBox rendered behind all other geometry to provide environmental context. viewBackground Accessor RenderGraphic | undefined A view decoration drawn as the background of the view. viewOverlay Accessor GraphicList | undefined Overlay decorations drawn in view coordinates. world Accessor GraphicList | undefined Decorations drawn as if they were part of the world, but ignoring the view's ViewFlags. worldOverlay Accessor GraphicList | undefined Overlay decorations drawn in world coordinates. Defined in core/frontend/src/render/Decorations.ts Line 23 Last Updated: 13 June, 2024