pop Action
Use pop
to remove the current page from the stack.
The nav_page default Back button performs this action.
If the current page is the only page on the stack, this action displays an error.
Examples
# Ruby
pop
#![allow(unused)] fn main() { // Rust pop() }