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

    Interface AbortedEvent

    An event published by a Router when a route loading was aborted.

    interface AbortedEvent {
        controller: RouteController;
        type: "aborted";
    }
    Index

    Properties

    Properties

    controller: RouteController

    A controller from which an event originates.

    type: "aborted"

    The event type.