Event that fires after selected objects becomes visible.

interface ShowEvent {
    type: "show";
}

Properties

Properties

type: "show"

Event type.