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

Function positionElement

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

Source from the content-addressed store, hash-verified

32170 _getMaxHeightFromTargetRectangle: _getMaxHeightFromTargetRectangle
32171};
32172function positionElement(props, hostElement, elementToPosition, previousPositions) {
32173 return _positionElement(props, hostElement, elementToPosition, previousPositions);
32174}
32175function positionCallout(props, hostElement, elementToPosition, previousPositions) {
32176 return _positionCallout(props, hostElement, elementToPosition, previousPositions);
32177}

Callers

nothing calls this directly

Calls 1

_positionElementFunction · 0.85

Tested by

no test coverage detected