Skip to content

Taipy.gui.navigate

Navigate to a page.

Parameters:

Name Type Description Default
state State

The current user state as received in any callback.

required
to t.Optional[str]

The name of the page to navigate to. This must be a valid page identifier. If ommitted, the application navigates to the root page.

''