Plumile JS API
Preparing search index...
router/src
SubscribeCallback
Type Alias SubscribeCallback<TVariables, S, TContext>
SubscribeCallback
:
(
nextEntry
:
RouteEntry
<
TVariables
,
S
,
TContext
>
)
=>
void
Callback function for route changes.
Type Parameters
TVariables
extends
ParamData
Route parameter types extracted from the URL path
S
extends
Schema
|
undefined
=
Schema
|
undefined
TContext
=
unknown
Type Declaration
(
nextEntry
:
RouteEntry
<
TVariables
,
S
,
TContext
>
)
:
void
Parameters
nextEntry
:
RouteEntry
<
TVariables
,
S
,
TContext
>
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Plumile JS API
Loading...
Callback function for route changes.