OverlayAnimationEventArgs
Properties
Section titled "Properties"animationPlayer
Section titled "animationPlayer"Animation player that will play the animation
animationPlayer: AnimationPlayer Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:173
animationType
Section titled "animationType"Type of animation to be played. It should be either 'open' or 'close'
animationType: "close" | "open" Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:175
Id of the overlay generated with attach() method
id: string Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:171
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428