Interface OverlayAnimationEventArgs

階層

Hierarchy

  • IBaseEventArgs
    • OverlayAnimationEventArgs

プロパティ

animationPlayer: AnimationPlayer

アニメーションを再生するアニメーション プレーヤー。

animationType: "open" | "close"

再生するアニメーションのタイプです。有効な値は 'open' または 'close' です。

id: string

attach() メソッドで生成されたオーバーレイの id です。

owner?: any

オーナー コンポーネントへの参照を提供します。