API Reference > imodeljs-frontend > Tiles > TileContent TileContent Interface Describes the contents of a Tile. Specific sub-types of Tile may describe their content using sub-types of this interface. see Tile.readContent. Properties Name Type Description contentRange undefined | Range3d Bounding box tightly enclosing the tile's geometry. graphic undefined | RenderGraphic Graphical representation of the tile's geometry. isLeaf undefined | boolean True if this tile requires no subdivision or refinement - i.e., has no child tiles. Defined in core/frontend/src/tile/TileContent.ts Line 17 Last Updated: 11 June, 2024