New to Kendo UI for Angular? Start a free 30-day trial
PopupRef
Holds references to the object instance of the Popup.
Controls Popups opened through PopupService
(see example).
Name | Type | Default | Description |
---|---|---|---|
close |
|
Closes and destroys the Popup. | |
content |
|
Provides a reference to the child component of the Popup. Available when the Popup opens with | |
popup |
|
Provides a reference to the Popup instance. | |
popupAnchorViewportLeave |
|
Fires when the anchor scrolls outside the screen boundaries (see example). | |
popupClose |
|
Fires after the component closes. | |
popupElement |
|
Provides a reference to the HTML element of the Popup. | |
popupOpen |
|
Fires after the component opens and the opening animation ends. | |
popupPositionChange |
|
Fires after the component opens and the Popup is positioned. |