WebIDLpedia

CommandEvent interface

Definition

HTML Standard defines CommandEvent



[Exposed=Window]
interface CommandEvent : Event {
  constructor(DOMString type, optional CommandEventInit eventInitDict = {});
  readonly attribute Element? source;
  readonly attribute DOMString command;
};

Methods and attributes that return objects implementing CommandEvent