Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
CustomEventCustomEventInit
Interface CustomEventCustomEventInit
interface
CustomEventCustomEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
detail
?:
any
;
}
Index
Properties
bubbles?
cancelable?
composed?
detail?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
detail
detail
?:
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
bubbles
cancelable
composed
detail
@cloudflare/workers-types
Loading...