MCPcopy
hub / github.com/GoogleChromeLabs/ui-element-samples / savedTabIndex

Method savedTabIndex

3d-card-flip/inert.js:318–321  ·  view source on GitHub ↗

@param {number} tabIndex

(tabIndex)

Source from the content-addressed store, hash-verified

316
317 /** @param {number} tabIndex */
318 set savedTabIndex(tabIndex) {
319 this._throwIfDestroyed();
320 this._savedTabIndex = tabIndex;
321 }
322
323 /** @return {number} */
324 get savedTabIndex() {

Callers

nothing calls this directly

Calls 1

_throwIfDestroyedMethod · 0.95

Tested by

no test coverage detected