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

    Interface LoadingEvent

    An event published by a Router when a route component or its data are being loaded.

    interface LoadingEvent {
        controller: RouteController;
        type: "loading";
    }
    Index

    Properties

    Properties

    controller: RouteController

    A controller from which an event originates.

    type: "loading"

    The event type.