(val: string)
| 211 | static i18nBundle: I18nBundle; |
| 212 | |
| 213 | set forcedTabIndex(val: string) { |
| 214 | this.getDomRefInStrip()!.setAttribute("tabindex", val); |
| 215 | } |
| 216 | |
| 217 | get forcedTabIndex() { |
| 218 | return this.getDomRefInStrip()!.getAttribute("tabindex")!; |
nothing calls this directly
no test coverage detected