@param {number} tabIndex
(tabIndex)
| 316 | |
| 317 | /** @param {number} tabIndex */ |
| 318 | set savedTabIndex(tabIndex) { |
| 319 | this._throwIfDestroyed(); |
| 320 | this._savedTabIndex = tabIndex; |
| 321 | } |
| 322 | |
| 323 | /** @return {number} */ |
| 324 | get savedTabIndex() { |
nothing calls this directly
no test coverage detected