Interface HistoryOptions

interface HistoryOptions {
    basePathname?: string;
    searchParamsSerializer?: SearchParamsSerializer;
}

Properties

basePathname?: string

A base pathname.

searchParamsSerializer?: SearchParamsSerializer

Serializes/parses a URL search string.