Skip to content

Commit a06e3aa

Browse files
committed
fix(popup): types for containerEl prop
1 parent 1d3c942 commit a06e3aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/components/popup/popup.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export namespace Popup {
4343
swipeHandler?: HTMLElement | CSSSelector;
4444
/** When enabled it will push view behind on open. Works only when top safe area is in place. It can also be enabled by adding `popup-push` class to Popup element. (default false) */
4545
push?: boolean;
46+
/** Element to mount modal to. (default app.el) */
47+
containerEl?: HTMLElement | CSSSelector;
4648

4749
/** Object with events handlers.. */
4850
on?: {

0 commit comments

Comments
 (0)