In Durandal, I have map router
router.map([
{ route: 'tickets/:id', moduleId: 'tickets/thread', nav: true }
]).buildNavigationModel();
I have link in address bar
http://localhost:8083/#tickets/ticket001
In my viewModel
, how can i get the value of id
?