Skip to main content
Foldkit
On this pageFunctions

Navigation

Functions

back

functionsource

Navigates back in browser history.

(): Effect<void>

forward

functionsource

Navigates forward in browser history.

(): Effect<void>

load

functionsource

Performs a full page navigation to the given href.

(href: string): Effect<void>

pushUrl

functionsource

Pushes a new URL to browser history and triggers Foldkit's URL change handling.

(url: string): Effect<void>

replaceUrl

functionsource

Replaces the current URL in browser history and triggers Foldkit's URL change handling.

(url: string): Effect<void>