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

Function emptyQueue

docs/app/js/sanddance-app.js:38235–38248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38233 var renderedList = [];
38234 var id = _this._id;
38235 var emptyQueue = function() {
38236 var newGroup = queue.id ? [
38237 _react.createElement("div", {
38238 role: "group",
38239 key: queue.id,
38240 "aria-labelledby": queue.id
38241 }, queue.items),
38242 ] : queue.items;
38243 renderedList = (0, _tslib.__spreadArrays)(renderedList, newGroup);
38244 // Flush items and id
38245 queue = {
38246 items: []
38247 };
38248 };
38249 var placeRenderedOptionIntoQueue = function(item, index) {
38250 /*
38251 Case Header

Callers 3

ComboBox1Function · 0.85
DropdownBase1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected