summaryrefslogtreecommitdiffstats
path: root/contrib/dom/idl/SCXMLEvent.idl
blob: 394aa1a009f6f386f91336b5165eebbeb986fc31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
	AttributesArePublic
] interface SCXMLEvent {

  // NodeType
  const unsigned short      INTERNAL                   = 1;
  const unsigned short      EXTERNAL                   = 2;
  const unsigned short      PLATFORM                   = 3;

  [CustomGetter] readonly attribute DOMString        type;
  readonly attribute DOMString        name;
  readonly attribute DOMString        origin;
  readonly attribute DOMString        origintype;
  readonly attribute Node             dom;
  readonly attribute DOMString        sendid;
  readonly attribute DOMString        invokeid;
};