Router param in SSD UI

Hi,

How do you extract route parameter and pass it to the page in SSD?

I’m not able to access claimId param anyhow.

1 Like

Hello @Bartek ,
You can import the router module using the dependency node.
use the dependency to access it.
Using this, you can pass and access URL params or query parameters.

page.router.url will give you the full UR

What’s the name of the module?

This is an example that you can refer

1 Like