()
| 61 | return dismissOverlay(document, data, role, tagName, id); |
| 62 | }, |
| 63 | async getTop(): Promise<HTMLElm | undefined> { |
| 64 | return getPresentedOverlay(document, tagName) as any; |
| 65 | }, |
| 66 | }; |
| 67 | }; |
| 68 |
nothing calls this directly
no test coverage detected