Skip to content

@continuum-js/router


@continuum-js/router / useParams

Function: useParams()

useParams(): State<Params>

Defined in: index.ts:102

Path parameters of the current route as a behavior (own + ancestors' merged). Updates in place on same-route navigation — no rebuild.

Returns

State<Params>