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

    Interface ReadyEvent

    An event published by a Router when a route component and its data are successfully loaded.

    interface ReadyEvent {
        controller: RouteController;
        type: "ready";
    }
    Index

    Properties

    Properties

    controller: RouteController

    A controller from which an event originates.

    type: "ready"

    The event type.