Event that fires after all objects becomes visible.

interface ShowAllEvent {
    type: "showall";
}

Properties

Properties

type: "showall"

Event type.