Event that fires when model loading has been canceled.

interface CancelEvent {
    type: "cancel";
}

Properties

Properties

type: "cancel"

Event type.