We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb1f30 commit 3d8c7acCopy full SHA for 3d8c7ac
menu/internal/controllers/surfacePositionController.ts
@@ -8,7 +8,7 @@ import {ReactiveController, ReactiveControllerHost} from 'lit';
8
import {StyleInfo} from 'lit/directives/style-map.js';
9
10
/**
11
- * Declare popoverAPI functions. See
+ * Declare popoverAPI functions and properties. See
12
* https://developer.mozilla.org/en-US/docs/Web/API/Popover_API
13
* Without this, closure will rename these functions. Can remove once these
14
* functions make it into the typescript lib.
@@ -18,6 +18,7 @@ declare global {
18
showPopover(): void;
19
hidePopover(): void;
20
togglePopover(force: boolean): void;
21
+ popover: string | null;
22
}
23
24
0 commit comments