Add goto
options to Navigation
object and/or offer a way to alter a navigation in progress
#11585
Labels
feature / enhancement
New feature or request
Describe the problem
I'm currently doing something very hacky because I cannot update the huge number of links on a page:
This has many issues, but most importantly, there is no way to forward
goto
/link
options such asnoScroll
/data-sveltekit-noscroll
.Describe the proposed solution
Many solutions would solve my issue:
options
prop toNavigation
, mirroringgoto.options
structure.rewrite
function toBeforeNavigate
, that basically doescancel+goto
, and preserves all optionsAlternatives considered
None
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: