Results for “Std.Ui.Navigation.Stack”
10 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ui.Navigation.Stack
Std.Ui.Layout.Axis -> Std.Ui.Layout.KindPages pushed on top of a root page; the last is shown.
- Std.Ui.Navigation.stack
P -> Std.Ui.Navigation.Stack[P]A stack showing only
root. - Std.Ui.Navigation.backButton
&Std.Ui.Navigation.Stack[P] -> &Std.Ui.Theme.Theme -> Std.Ui.Layout.ViewA back button tagged
back, shown only when the stack can go back. - Std.Ui.Navigation.canGoBack
&Std.Ui.Navigation.Stack[P] -> BoolWhether a back action has somewhere to go.
- Std.Ui.Navigation.depth
&Std.Ui.Navigation.Stack[P] -> IntHow many pages are stacked, the root included.
- Std.Ui.Navigation.navigated
&Std.Ui.Navigation.Stack[P] -> &Std.Ui.Screen.Event -> Std.Ui.Navigation.Stack[P]The stack after
event:backorDismissedpops. - Std.Ui.Navigation.pop
&Std.Ui.Navigation.Stack[P] -> Std.Ui.Navigation.Stack[P]The stack with its top page removed; the root is never removed.
- Std.Ui.Navigation.popToRoot
&Std.Ui.Navigation.Stack[P] -> Std.Ui.Navigation.Stack[P]The stack showing only its root.
- Std.Ui.Navigation.push
&Std.Ui.Navigation.Stack[P] -> P -> Std.Ui.Navigation.Stack[P]The stack with
pageshown on top. - Std.Ui.Navigation.top
&Std.Ui.Navigation.Stack[P] -> PThe page shown.
