struct
UI::NavigationCoordinator::Route
- UI::NavigationCoordinator::Route
- Struct
- Value
- Object
Overview
A single navigation destination. #id identifies the screen; the
demo app maps id -> view tree. #params is an opaque per-route
string map for things like "which todo am I editing" ({id: "42"}).
Kept as String values so the map survives an iOS Swift trampoline
round-trip through a C ABI.
Defined in:
ui/navigation_coordinator.crConstructors
Instance Method Summary
- #clone
- #copy_with(id _id = @id, params _params = @params)
- #id : Symbol
- #params : Hash(Symbol, String)