Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/keyRouterDeclarations
KeyRouteHandler
Type Alias KeyRouteHandler<A, R>
KeyRouteHandler
:
(
(
...
args
:
A
)
=>
R
|
Promise
<
R
>
)
|
Record
<
string
,
any
>
A key handler: a function, or an object/instance exposing an action method.
Type Parameters
A
extends
any
[]
=
any
[]
R
=
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
A key handler: a function, or an object/instance exposing an action method.