Hi,
I have two pages (/list and /details). On the list page I have the list of entities. By clicking on the table item I want to navigate to details page with URL like this /details/{entity id}.
It is clear how to execute navigate action with query params. The question is how to read query params (entity id un my case) on the details page.
Thank you