This commit is contained in:
parent
0cdc33d0be
commit
c21e949722
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export function registerQueryParam(
|
||||||
): void;
|
): void;
|
||||||
/**
|
/**
|
||||||
* Register a ref to have its value set based on a query param
|
* Register a ref to have its value set based on a query param
|
||||||
* @param key The query param to regster
|
* @param key The query param to register
|
||||||
* @param ref The ref to set the value of
|
* @param ref The ref to set the value of
|
||||||
* @param newSavesOnly If set to true, only overwrite values on the /new path
|
* @param newSavesOnly If set to true, only overwrite values on the /new path
|
||||||
* @see {@link numberHandler}.
|
* @see {@link numberHandler}.
|
||||||
|
|
Loading…
Add table
Reference in a new issue