Control navigation and routing behavior.
Note: Path will be normalized (leading / added if missing).
/
1// Via customParams 2kinestex.createView( 3 customParams: [ 4 "instantRedirect": "/workout/start" 5 ] 6)