kaios-types
Preparing search index...
MozSmsEventInit
Interface MozSmsEventInit
Initialization options for MozSmsEvent.
interface
MozSmsEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
message
?:
SmsMessage
|
null
;
}
Hierarchy
EventInit
MozSmsEventInit
Index
Properties
bubbles?
cancelable?
composed?
message?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
message
message
?:
SmsMessage
|
null
The SMS 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 MozSmsEvent.