Closed AlanRynne closed 1 year ago
The current tooltip implementation displays all the data available for that object in the viewer, this has a couple of limitations:
Ideally, the tooltip should show only the fields that have been added to Object Data, which would fix both issues mentioned above
Object Data
This requires compiling a map of TooltipData objects when new data is loaded, in a similar way we're currently keeping track of selectionIds.
TooltipData
selectionIds
The current tooltip implementation displays all the data available for that object in the viewer, this has a couple of limitations:
Ideally, the tooltip should show only the fields that have been added to
Object Data
, which would fix both issues mentioned aboveThis requires compiling a map of
TooltipData
objects when new data is loaded, in a similar way we're currently keeping track ofselectionIds
.