React Corsair - v0.0.10
    Preparing search index...

    Interface NotFoundEvent

    An event published by a Router when a notFound was called from a component or a data loader.

    interface NotFoundEvent {
        controller: RouteController;
        type: "not_found";
    }
    Index

    Properties

    Properties

    controller: RouteController

    A controller from which an event originates.

    type: "not_found"

    The event type.