Interface PreventResult

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

interface PreventResult {
    cancel: true;
}

Properties

Properties

cancel

A flag indicating that the navigation should be prevented.