Typescript Library Declarations (Web Worker)
Interface EventInit
interface
EventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
}
Hierarchy
EventInit (
view full
)
CloseEventInit
CustomEventInit
ErrorEventInit
ExtendableEventInit
FontFaceSetLoadEventInit
IDBVersionChangeEventInit
MessageEventInit
ProgressEventInit
PromiseRejectionEventInit
SecurityPolicyViolationEventInit
WebGLContextEventInit
Index
Properties
bubbles?
cancelable?
composed?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
Typescript Library Declarations (Web Worker)