React Corsair - v0.0.11
    Preparing search index...

    Interface HistoryOptions

    interface HistoryOptions {
        basePathname?: string;
        searchParamsSerializer?: Serializer<Dict>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    basePathname?: string

    A base pathname.

    "/hello"
    
    searchParamsSerializer?: Serializer<Dict>

    Serializes/parses a URL search string.