Examples
GitHub
Preparing search index...
The search index is not available
destagnate
destagnate
<internal>
CompositionEventInit
Interface CompositionEventInit
interface
CompositionEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
data
?:
string
;
detail
?:
number
;
view
?:
null
|
Window
;
which
?:
number
;
}
Hierarchy (
view full
)
UIEventInit
CompositionEventInit
Index
Properties
bubbles?
cancelable?
composed?
data?
detail?
view?
which?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
data
data
?:
string
Optional
detail
detail
?:
number
Optional
view
view
?:
null
|
Window
Optional
which
which
?:
number
Deprecated
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bubbles
cancelable
composed
data
detail
view
which
Examples
GitHub
destagnate
Loading...
Generated using
TypeDoc
Deprecated