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