Skip to content

Commit

Permalink
Add InheritanceDiagram to some WebXR event pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Jan 13, 2022
1 parent c453a6d commit 5a887f0
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/end_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ onend = (event) => { });

An {{domxref("XRSessionEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRSessionEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ oninputsourceschange = (event) => { });

An {{domxref("XRInputSourcesChangeEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRInputSourcesChangeEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/select_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ onselect = (event) => { });

An {{domxref("XRInputSourceEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRInputSourceEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/selectend_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ onselectend = (event) => { });

An {{domxref("XRInputSourceEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRInputSourceEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/selectstart_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ onselectstart = (event) => { });

An {{domxref("XRInputSourceEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRInputSourceEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/squeeze_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ onsqueeze = (event) => { });

An {{domxref("XRInputSourceEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRInputSourceEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/squeezeend_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ onsqueezeend = (event) => { });

An {{domxref("XRInputSourceEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRInputSourceEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/squeezestart_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ onsqueezestart = (event) => { });

An {{domxref("XRInputSourceEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRInputSourceEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down
2 changes: 2 additions & 0 deletions files/en-us/web/api/xrsession/visibilitychange_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ onvisibilitychange = (event) => { });

An {{domxref("XRSessionEvent")}}. Inherits from {{domxref("Event")}}.

{{InheritanceDiagram(500, 70, 50, "XRSessionEvent")}}

## Event properties

_In addition to the properties listed below, properties from the parent interface, {{domxref("Event")}}, are available._
Expand Down

0 comments on commit 5a887f0

Please sign in to comment.