Interface OverlayEventArgs

Hierarchy

Hierarchy (view full)

Properties

componentRef?: ComponentRef<any>

Available when Type<T> is provided to the attach() method and allows access to the created Component instance

elementRef?: ElementRef<any>

Will provide the elementRef of the markup that will be displayed in the overlay

event?: Event

Will provide the original keyboard event if closed from ESC or click

id: string

Id of the overlay generated with attach() method

owner?: any

Provides reference to the owner component.

settings?: OverlaySettings

Will provide the overlay settings which will be used when the component is attached