kaios-types
Preparing search index...
MozSettingsEventInit
Interface MozSettingsEventInit
interface
MozSettingsEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
settingName
?:
string
;
settingValue
?:
any
;
}
Hierarchy
EventInit
MozSettingsEventInit
Index
Properties
bubbles?
cancelable?
composed?
setting
Name?
setting
Value?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
setting
Name
settingName
?:
string
The name of the setting.
Optional
setting
Value
settingValue
?:
any
The value of the setting.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
setting
Name
setting
Value
kaios-types
Loading...
The name of the setting.