MCPcopy
hub / github.com/e-oj/Magic-Grid / items

Method items

src/index.js:93–95  ·  view source on GitHub ↗

* Gets a collection of all items in a grid. * * @return {HTMLCollection} * @private

()

Source from the content-addressed store, hash-verified

91 * @private
92 */
93 items () {
94 return this.container.children;
95 }
96
97 /**
98 * Calculates the width of a column.

Callers 4

initStylesMethod · 0.95
colWidthMethod · 0.95
positionItemsMethod · 0.95
readyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected