PopupRef
Interface
Holds references to the object instance of the Popup.
Controls Popups opened through PopupService (see example).
Definition
Package:@progress/kendo-angular-popup
Properties
close
Function
Closes and destroys the Popup.
content
ComponentRef$1<any>
Provides a reference to the child component of the Popup. Available when the Popup opens with content.
popup
ComponentRef$1<PopupComponent>
Provides a reference to the Popup instance.
Fires when the anchor scrolls outside the screen boundaries (see example).
popupClose
EventEmitter<any>
Fires after the component closes.
popupElement
HTMLElement
Provides a reference to the HTML element of the Popup.
popupOpen
EventEmitter<any>
Fires after the component opens and the opening animation ends.
Fires after the component opens and the Popup is positioned.