Event that fires after selected objects becomes invisible.

interface HideEvent {
    type: "hide";
}

Properties

Properties

type: "hide"

Event type.