Typescript Library Declarations (Web Worker)
Interface CustomEventInit<T>
interface
CustomEventInit
<
T
>
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
detail
?:
T
;
}
Type Parameters
T
=
any
Hierarchy
EventInit
CustomEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
detail?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
detail
detail
?:
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
detail
Typescript Library Declarations (Web Worker)