Typescript Library Declarations (DOM)
Interface XRSessionEventInit
interface
XRSessionEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
session
:
XRSession
;
}
Hierarchy
EventInit
XRSessionEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
session
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
session
session
:
XRSession
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
session
Typescript Library Declarations (DOM)