Skip to main content

set_nav_store

Function set_nav_store 

Source
pub fn set_nav_store(store: Rc<dyn NavStore>)
Expand description

Install the app’s navigation persistence store (docs/navigation.md). Call once at startup, before the UI mounts, so a .restore surface reads it on first build. A later call replaces the store.

Day API ↩ Guides· daybrite.dev