MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / row

Method row

src/map-tile.js:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 #initialZoom;
18 /* jshint ignore:end */
19 get row() {
20 /* jshint ignore:start */
21 return this.#hasConnected ? +this.#initialRow : +this.getAttribute('row');
22 /* jshint ignore:end */
23 }
24 set row(val) {
25 /* jshint ignore:start */
26 if (this.#hasConnected) return; // Ignore after connection

Callers

nothing calls this directly

Calls 2

getAttributeMethod · 0.95
setAttributeMethod · 0.95

Tested by

no test coverage detected