Skip to content

Commit 9db7a54

Browse files
docs(router): add param tag to push method
1 parent 4d9743e commit 9db7a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/router/router.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export class Router implements ComponentInterface {
124124
*
125125
* @param path The path to navigate to.
126126
* @param direction The direction of the animation. Defaults to `"forward"`.
127+
* @param animation The animation to play when navigating.
127128
*/
128129
@Method()
129130
async push(path: string, direction: RouterDirection = 'forward', animation?: AnimationBuilder) {

0 commit comments

Comments
 (0)