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