push

fun push(page: NavigationPage)

Pushes @page onto the navigation stack.

If method@NavigationView.add hasn't been called, the page is automatically removed once it's popped.

signal@NavigationView::pushed will be emitted for @page.

See method@NavigationView.push_by_tag.

Since

1.4

Parameters

page

the page to push