@inweb/viewer-visualize
    Preparing search index...

    Interface CancelEvent

    Event that fires when model loading has been canceled.

    interface CancelEvent {
        type: "cancel";
    }
    Index

    Properties

    Properties

    type: "cancel"

    Event type.