Interface RedirectParams

interface RedirectParams {
    redirectMethod?: "replace" | "assign";
    redirectTarget?: "top" | "self";
}

Properties

redirectMethod?: "replace" | "assign"
redirectTarget?: "top" | "self"

Generated using TypeDoc