[scriptable, uuid(f9fa8205-a988-4828-9228-f3332d5475ac)]
Attributes
Command events support the same set of modifier keys as mouse and key events.
If the command event was redispatched because of a command= attribute on the original target, sourceEvent will be set to the original DOM Event. Otherwise, sourceEvent is null.
Methods
Creates a new command event with the given attributes.
void
initCommandEvent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in nsIDOMAbstractView viewArg, in long detailArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in nsIDOMEvent sourceEvent)