WebIDLpedia

CaptureActionEvent interface

Definition

The Capture-Handle Actions Mechanism defines CaptureActionEvent



[Exposed=Window]
interface CaptureActionEvent : Event {
  constructor(optional CaptureActionEventInit init = {});
  readonly attribute CaptureAction action;
};

Methods and attributes that return objects implementing CaptureActionEvent