The state of a route that is being actively loaded.

interface LoadingState {
    status: "loading";
}

Properties

Properties

status

The route status.