Nav
Namespace: Gjallarhorn.Bindable
Routines for working with Navigation
Nested types and modules
Functions and values
Function or value | Description |
bubble mapper parent
Signature: mapper:('ChildNav -> 'ParentNav option) -> parent:Dispatch<'ParentNav> -> Dispatch<'ChildNav>
Type parameters: 'ChildNav, 'ParentNav
|
Create a mapper to bubble from a child navigation to a parent navigation
|
empty arg1 arg2
Signature: ApplicationCore<'Model,SimpleNavigation<'Message>,'Message> -> SimpleNavigation<'Message> -> unit
Type parameters: 'Model, 'Message
|
A predefined, typed navigation dispatch which does nothing
|
suppress arg1
Signature: 'ChildNav -> 'ParentNav option
Type parameters: 'ChildNav, 'ParentNav
|
Suppress all navigation messages from a child component to the parent
|