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

    Interface ClearEvent

    Event that fires after an open file has been unloaded and the viewer canvas have been cleared.

    interface ClearEvent {
        type: "clear";
    }
    Index

    Properties

    Properties

    type: "clear"

    Event type.