Interface OverlayEventArgs

Hierarchy

Hierarchy

Properties

componentRef?: ComponentRef<any>

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

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.