New to Kendo UI for AngularStart a free 30-day trial

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.

ComponentRef$1​<PopupComponent>

Provides a reference to the Popup instance.

Fires when the anchor scrolls outside the screen boundaries (see example).

Fires after the component closes.

popupElement

HTMLElement

Provides a reference to the HTML element of the Popup.

Fires after the component opens and the opening animation ends.

Fires after the component opens and the Popup is positioned.