@umbraco-cms/backoffice

    Interface IRedirectRoute<D>

    Route type used for redirection.

    interface IRedirectRoute<D = any> {
        awaitStability?: boolean;
        data?: D;
        guards?: Guard<any, any>[];
        path: string;
        pathMatch?: PathMatch;
        preserveQuery?: boolean;
        redirectTo: string;
        unique?: string | symbol;
    }

    Type Parameters

    • D = any

    Hierarchy

    • IRouteBase<D>
      • IRedirectRoute
    Index

    Properties

    awaitStability?: boolean
    data?: D
    guards?: Guard<any, any>[]
    path: string
    pathMatch?: PathMatch
    preserveQuery?: boolean
    redirectTo: string
    unique?: string | symbol
    MMNEPVFCICPMFPCPTTAAATR