MCPcopy Create free account
hub / github.com/microsoft/SandDance / positionCard

Function positionCard

docs/app/js/sanddance-app.js:32178–32180  ·  view source on GitHub ↗
(props, hostElement, elementToPosition, previousPositions)

Source from the content-addressed store, hash-verified

32176 return _positionCallout(props, hostElement, elementToPosition, previousPositions);
32177}
32178function positionCard(props, hostElement, elementToPosition, previousPositions) {
32179 return _positionCard(props, hostElement, elementToPosition, previousPositions);
32180}
32181function getMaxHeight(target, targetEdge, gapSpace, bounds, coverTarget) {
32182 if (gapSpace === void 0) gapSpace = 0;
32183 var mouseTarget = target;

Callers

nothing calls this directly

Calls 1

_positionCardFunction · 0.85

Tested by

no test coverage detected