Interface OverlayAnimationEventArgs

Hierarchy

Hierarchy

  • IBaseEventArgs
    • OverlayAnimationEventArgs

Properties

animationPlayer: AnimationPlayer

Animation player that will play the animation

animationType: "open" | "close"

Type of animation to be played. It should be either 'open' or 'close'

id: string

Id of the overlay generated with attach() method

owner?: any

Provides reference to the owner component.