OverlayAnimationEventArgs

Animation player that will play the animation

animationPlayer: AnimationPlayer

Defined in projects/igniteui-angular/core/src/services/overlay/utilities.ts:173

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

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428