Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/SandDance
/ renderTooltip
Function
renderTooltip
packages/sanddance/src/tooltip.tsx:114–120 ·
view source on GitHub ↗
(props: RenderProps)
Source
from the content-addressed store, hash-verified
112
}
113
114
const renderTooltip = (props: RenderProps) => {
115
return props.rows.length === 0 ? null : (
116
<div className={`${props.cssPrefix}tooltip`}>
117
{Table({ rows: props.rows })}
118
</div>
119
);
120
};
Callers
1
constructor
Method · 0.70
Calls
1
Table
Function · 0.50
Tested by
no test coverage detected