We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e7c20 commit 44a6811Copy full SHA for 44a6811
1 file changed
src/Navigation.re
@@ -35,7 +35,7 @@ external addListener:
35
EventSubscription.t =
36
"addListener";
37
38
-// TODO: setParams, ...
+[@bs.send] external setParams: (t, Js.t('a)) => unit = "setParams";
39
// Stack Actions
40
// TODO: push, replace, ...
41
[@bs.send] external pop: t => unit = "pop";
0 commit comments