Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
Line 480: | Line 480: | ||
{ | { | ||
/** | /** | ||
* | * Command number from MozStkCommand.. | ||
* | |||
* @see nsIDOMMozStkCommand.commandNumber | |||
*/ | */ | ||
readonly attribute | readonly attribute unsigned short commandNumber; | ||
/** | |||
* One of nsIDOMMozStkProactiveCommand. | |||
* | |||
* @see nsIDOMMozStkCommand.typeOfCommand | |||
*/ | |||
readonly attribute unsigned short typeOfCommand; | |||
/** | |||
* Qualifiers specific to the command. | |||
* | |||
* @see nsIDOMMozStkCommand.commandQualifier | |||
*/ | |||
readonly attribute unsigned short commandQualifier; | |||
/** | /** | ||
* One of nsIDOMMozStkResultCode. | * One of nsIDOMMozStkResultCode. | ||
Line 531: | Line 547: | ||
*/ | */ | ||
attribute boolean confirmation; | attribute boolean confirmation; | ||
}; | }; | ||
</pre> | </pre> | ||