Interface OverlayCancelableEventArgs

Hierarchy

Properties

cancel

cancel: boolean

Provides the ability to cancel the event.

Optional componentRef

componentRef: ComponentRef<object>

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

id

id: string

Id of the overlay generated with attach() method

Optional owner

owner: any

Provides reference to the owner component.