Popup
Panoramax.components.ui.Popup ⇐ lit.LitElement
Kind: static class of Panoramax.components.ui
Extends: lit.LitElement
Emits: open
, close
Element: pnx-popup
- .Popup ⇐
lit.LitElement
- new Popup()
- .properties :
Object
- .close()
- "open"
- "close"
new Popup()
Popup Element displays a full overlay container.
Example
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