Added /new and query param handlers #54

Closed
thepaperpilot wants to merge 2 commits from thepaperpilot:feature/query-params into main
Showing only changes of commit c21e949722 - Show all commits

View file

@ -28,7 +28,7 @@ export function registerQueryParam(
): void;
/**
* 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 newSavesOnly If set to true, only overwrite values on the /new path
* @see {@link numberHandler}.