feat(animations): expose the triggerName
within the transition event
Closes #13600
This commit is contained in:
4
tools/public_api_guard/core/index.d.ts
vendored
4
tools/public_api_guard/core/index.d.ts
vendored
@ -113,12 +113,14 @@ export declare class AnimationTransitionEvent {
|
||||
phaseName: string;
|
||||
toState: string;
|
||||
totalTime: number;
|
||||
constructor({fromState, toState, totalTime, phaseName, element}: {
|
||||
triggerName: string;
|
||||
constructor({fromState, toState, totalTime, phaseName, element, triggerName}: {
|
||||
fromState: string;
|
||||
toState: string;
|
||||
totalTime: number;
|
||||
phaseName: string;
|
||||
element: any;
|
||||
triggerName: string;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user