connectPopped

fun connectPopped(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (page: NavigationPage) -> Unit): <Error class: unknown class>

Emitted after @page has been popped from the navigation stack.

See method@NavigationView.pop.

When using method@NavigationView.pop_to_page or method@NavigationView.pop_to_tag, this signal is emitted for each of the popped pages.

Since

1.4

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: page the popped page