kaios-types
Preparing search index...
MozMmsEventInit
Interface MozMmsEventInit
Initialization options for MozMmsEvent.
interface
MozMmsEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
message
?:
MmsMessage
|
null
;
}
Hierarchy
EventInit
MozMmsEventInit
Index
Properties
bubbles?
cancelable?
composed?
message?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
message
message
?:
MmsMessage
|
null
The MMS message associated with the event.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
message
kaios-types
Loading...
Initialization options for MozMmsEvent.