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

GetScrollRestorationKeyFunction

Function signature for determining the key to be used in scroll restoration for a given location

interface GetScrollRestorationKeyFunction {
(location: Location, matches: UseMatchesMatch[]): string | null;
}

§Call Signatures

§
(location: Location, matches: UseMatchesMatch[]): string | null
[src]