()
| 237 | } |
| 238 | |
| 239 | get overflowPresentation() { |
| 240 | return executeTemplate(Tab.overflowTemplate, this); |
| 241 | } |
| 242 | |
| 243 | get stableDomRef() { |
| 244 | return this.getAttribute("stable-dom-ref") || `${this._id}-stable-dom-ref`; |
nothing calls this directly
no test coverage detected