MCPcopy Create free account
hub / github.com/docker/getting-started / ModalManager

Function ModalManager

app/src/static/js/react-bootstrap.js:2836–2849  ·  view source on GitHub ↗
(_temp)

Source from the content-addressed store, hash-verified

2834/*#__PURE__*/
2835function () {
2836 function ModalManager(_temp) {
2837 var _ref = _temp === void 0 ? {} : _temp,
2838 _ref$hideSiblingNodes = _ref.hideSiblingNodes,
2839 hideSiblingNodes = _ref$hideSiblingNodes === void 0 ? true : _ref$hideSiblingNodes,
2840 _ref$handleContainerO = _ref.handleContainerOverflow,
2841 handleContainerOverflow = _ref$handleContainerO === void 0 ? true : _ref$handleContainerO;
2842
2843 this.hideSiblingNodes = hideSiblingNodes;
2844 this.handleContainerOverflow = handleContainerOverflow;
2845 this.modals = [];
2846 this.containers = [];
2847 this.data = [];
2848 this.scrollbarSize = (0, _scrollbarSize.default)();
2849 }
2850
2851 var _proto = ModalManager.prototype;
2852

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…