@vaadin/router
    Preparing search index...

    Interface PreventResult

    A result that can be returned from a route action to prevent the navigation.

    interface PreventResult {
        cancel: true;
    }
    Index

    Properties

    Properties

    cancel: true

    A flag indicating that the navigation should be prevented.