Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NavigateFunction

The interface for the navigate() function returned from useNavigate().

interface NavigateFunction {
(to: To, options?: NavigateOptions): void;
(delta: number): void;
}

§Call Signatures

§
(to: To, options?: NavigateOptions): void
[src]
§
(delta: number): void
[src]