Skip to content

Commit 44a6811

Browse files
tommmyycknitt
authored andcommitted
feature: Navigation.setParams (#14)
1 parent 82e7c20 commit 44a6811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Navigation.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ external addListener:
3535
EventSubscription.t =
3636
"addListener";
3737

38-
// TODO: setParams, ...
38+
[@bs.send] external setParams: (t, Js.t('a)) => unit = "setParams";
3939
// Stack Actions
4040
// TODO: push, replace, ...
4141
[@bs.send] external pop: t => unit = "pop";

0 commit comments

Comments
 (0)