@kanunilabs/datagrid-react / TooltipState
Interface: TooltipState
Defined in: datagrid-react/src/hooks/useCellTooltip.ts:19
What the tooltip should say and where it should point.
Properties
anchor
anchor:
object
Defined in: datagrid-react/src/hooks/useCellTooltip.ts:22
Viewport rectangle of the element being described.
height
height:
number
left
left:
number
top
top:
number
width
width:
number
text
text:
string
Defined in: datagrid-react/src/hooks/useCellTooltip.ts:20