OverlayCancelableEventArgs
Properties
Section titled "Properties"cancel
Section titled "cancel"Inherited from: CancelableEventArgs
Provides the ability to cancel the event.
cancel: boolean Defined in projects/igniteui-angular/core/src/core/utils.ts:421
Optional componentRef
Section titled "componentRef"Inherited from: OverlayEventArgs
Available when Type<T> is provided to the attach() method and allows access to the created Component instance
componentRef?: ComponentRef<any> Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:154
Optional elementRef
Section titled "elementRef"Inherited from: OverlayEventArgs
Will provide the elementRef of the markup that will be displayed in the overlay
elementRef?: ElementRef<any> Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:156
Optional event
Section titled "event"Inherited from: OverlayEventArgs
Will provide the original keyboard event if closed from ESC or click
event?: Event Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:160
Inherited from: OverlayEventArgs
Id of the overlay generated with attach() method
id: string Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:152
Optional owner
Section titled "owner"Inherited from: OverlayEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
Optional settings
Section titled "settings"Inherited from: OverlayEventArgs
Will provide the overlay settings which will be used when the component is attached
settings?: OverlaySettings Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:158