A screenshot action.

interface Screenshot {
    type: "screenshot";
}

Properties

Properties

type: "screenshot"

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