You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,16 @@ setKeyMap({
265
265
});
266
266
```
267
267
268
+
### `setThrottle`
269
+
A method for dynamically updating `throttle` and `throttleKeypresses` values. This might be useful if you want to throttle listeners under specific sections or pages.
270
+
271
+
```jsx
272
+
setThrottle({
273
+
throttle:500,
274
+
throttleKeypresses:true
275
+
});
276
+
```
277
+
268
278
### `destroy`
269
279
Resets all the settings and the storage of focusable components. Disables the navigation service.
0 commit comments