navigate() function
Navigate to a page.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
|
State
|
The current user state as received in any callback. |
required |
|
Optional[str]
|
The name of the page to navigate to. This can be a page identifier (as created by
|
''
|
|
Optional[Dict[str, str]]
|
A dictionary of query parameters. |
None
|
|
Optional[str]
|
When navigating to a page that is not a known page, the page is opened in a tab identified by
tab (as in window.open). |
None
|
|
Optional[bool]
|
When navigating to a known page, the content is refreshed even it the page is already shown. |
False
|