How to get route context in functional component

hi, in class component i can access the route context with this.$f7route.context
how do i accesss route context in functional component

f7router and f7route will be passed to router component props, so you can get it from there

1 Like

where was that documented ? that the props will contains the path parameters? How could i guess…