API Reference > imodeljs-frontend > Rendering > PickableGraphicOptions PickableGraphicOptions Interface Options used as part of GraphicBuilderOptions to describe a pickable RenderGraphic. Extends BatchOptions Properties Name Type Description id string Unique identifier for the graphic. Inherited properties Name Type Inherited from Description locateOnly undefined | boolean BatchOptions If true, the contents of the batch will only be drawn by Viewport.readPixels, not Viewport.renderFrame, causing them to be locatable but invisible. noEmphasis undefined | boolean BatchOptions If true, features within the batch will not be emphasized when the corresponding BatchOptions.Feature is emphasized using FeatureOverrides. noFlash undefined | boolean BatchOptions If true, features within the batch will not be flashed on mouseover. noHilite undefined | boolean BatchOptions If true, features within the batch will not be hilited when their corresponding element is in the SelectionSet. tileId undefined | string BatchOptions Identifies the Tile associated with the batch, chiefly for debugging purposes. Defined in core/frontend/src/render/GraphicBuilder.ts Line 103 Last Updated: 11 June, 2024