/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
return dom.div(
{ className: "grid-container" },
dom.span(
{
role: "heading", "aria-level": "3",
},
getStr("layout.overlayGrid")
),
dom.ul(
{
id: "grid-list",
className: "devtools-monospace",
},
grids // Skip subgrids since they are rendered by their parent grids in GridItem.
.filter(grid => !grid.isSubgrid)
.map(grid =>
GridItem({
dispatch,
key: grid.id,
getSwatchColorPickerTooltip,
grid,
grids,
onSetGridOverlayColor,
onToggleGridHighlighter,
setSelectedNode,
})
)
)
);
}
}
module.exports = GridList;
Messung V0.5 in Prozent
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.17Bemerkung:
(vorverarbeitet am 2026-05-08)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.