RenderGraphicTileTreeArgs Interface

Arguments supplied to createFromRenderGraphic.

Properties

Name Type Description
getToolTip (hit: HitDetail) => Promise<undefined | string | HTMLElement> | undefined A function that returns a tooltip describing a pickable Feature inside your graphic when the user hovers the mouse over it.  
graphic RenderGraphic The graphics that will be drawn by the TileTreeReference.  
iModel IModelConnection The iModel with which to associate the TileTreeReference.  
modelId string A transient Id to serve as the modelId, obtained from the iModel's TransientIdSequence.  
viewFlags Partial<Mutable<NonFunctionPropertiesOf<ViewFlags>>> | undefined Optional overrides for a subset of the Viewport's ViewFlags when drawing your graphic.  

Defined in

Last Updated: 02 May, 2024