x4js - v2.2.49
    Preparing search index...

    Interface RouterEvents

    Defines the events that the Router can emit.

    interface RouterEvents {
        change: EvChange;
        error: EvError;
    }

    Hierarchy (View Summary)

    Index
    change: EvChange

    Emitted when the route changes successfully. The value property contains the new URL path.

    error: EvError

    Emitted when a route is not found (404 error). The code is 404 and message describes the error.