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

interface ClearEvent {
    type: "clear";
}

Properties

Properties

type: "clear"

Event type.