Skip to content

Popup

Panoramax.components.ui.Popup ⇐ lit.LitElement

Kind: static class of Panoramax.components.ui
Extends: lit.LitElement
Emits: open, close
Element: pnx-popup

new Popup()

Popup Element displays a full overlay container.

Example

<pnx-popup @close=${() => alert("closed")}>
   <h3>Popup content</h3>
</pnx-popup>

popup.properties : Object

Component properties.

Kind: instance property of Popup
Properties

Name Type Default Description
[visible] boolean true Is the popup visible to user ?

popup.close()

Close popup

Kind: instance method of Popup

"open"

Event for popup opening

Kind: event emitted by Popup

"close"

Event for popup closing

Kind: event emitted by Popup