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

    Interface MemoryHistoryOptions

    Options of the createMemoryHistory.

    interface MemoryHistoryOptions {
        basePathname?: string;
        initialEntries: (string | To)[];
        searchParamsSerializer?: Serializer<Dict>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    basePathname?: string

    A base pathname.

    "/hello"
    
    initialEntries: (string | To)[]

    A non-empty array of initial history entries. If an entry is a string, it should start with the basePathname.

    searchParamsSerializer?: Serializer<Dict>

    Serializes/parses a URL search string.