@vaadin/router
    Preparing search index...

    Interface RedirectResult

    A result that can be returned from a route action to request a redirect to a different location.

    interface RedirectResult {
        redirect: RedirectContextInfo;
    }
    Index

    Properties

    Properties

    The path info to redirect to.