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

    Interface RedirectState

    The state of a route that has requested a redirect.

    interface RedirectState {
        status: "redirect";
        to: string | Location;
    }
    Index

    Properties

    Properties

    status: "redirect"

    The route status.

    to: string | Location

    A location to redirect to.