API Reference > imodeljs-common > Entities > ElementLoadProps ElementLoadProps Interface Parameters to specify what element to load for functions like IModelDb.Elements.getElementProps. Extends ElementLoadOptions Properties Name Type Description code undefined | CodeProps federationGuid undefined | string id undefined | string Inherited properties Name Type Inherited from Description displayStyle undefined | DisplayStyleLoadProps ElementLoadOptions Options controlling which properties of DisplayStyleProps to include or exclude. renderTimeline undefined | RenderTimelineLoadProps ElementLoadOptions Options controlling which properties of RenderTimelineProps to include or exclude. wantBRepData undefined | boolean ElementLoadOptions If true, include BRepEntity.DataProps.data in the GeometryStreamProps for GeometricElementProps and GeometryPartProps. wantGeometry undefined | boolean ElementLoadOptions If true, include the GeometryStreamProps for GeometricElementProps and GeometryPartProps. Defined in core/common/src/ElementProps.ts Line 357 Last Updated: 11 June, 2024