A wait action.

interface Wait {
    type: "wait";
}

Properties

Properties

type: "wait"

Specifies the event type. For a wait action, this property is always set to wait.