Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
NavigateOptions
Interface NavigateOptions
Options for navigation.
interface
NavigateOptions
{
hash
?:
string
;
name
:
string
;
params
?:
Record
<
string
,
string
|
number
|
boolean
>
;
query
?:
Record
<
string
,
string
|
number
|
boolean
>
;
}
Hierarchy (
View Summary
)
NavigateOptions
GenerateOptions
Index
Properties
hash?
name
params?
query?
Properties
Optional
hash
hash
?:
string
name
name
:
string
Optional
params
params
?:
Record
<
string
,
string
|
number
|
boolean
>
Optional
query
query
?:
Record
<
string
,
string
|
number
|
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hash
name
params
query
Docs
Home
Stone.js API
Loading...
Options for navigation.