ModifyRouteCommand Constructor uno
Creates a new ModifyRouteCommand
Navigates on the router.
The arguments must be name-value pairs. It shares the same arguments as the JAvaScript router.modify
function and the RouterModify
action. In short the options are:
- how : @ModifyRouteHow
- path : An array of name-value pairs that specify the path components and their parameter. This syntax differs from the JavaScript interface.
- relative : Routing relative to the provided node. By default the path will be treated as global.
- transition : @NavigationGotoMode
- bookmark : Use a bookmark instead of `path`.
- style : Transition style for animation
The expression provided to modifyRoute
is evaluated only when needed. It is expected the bindings will resolve quickly (not bound to a remote lookup for example), otherwise the routing operation will be delayed.
Creates a new ModifyRouteCommand
Can be called by ToString
with a function name to do standard formatting of the arguments
hide
hide
See IExpression.Subscribe
for docs.
hide