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