Options passed to the CustomEvent constructor.

Fields

@:optionaloptionaldetail:Null<Any>

Custom data exposed as detail.

@:optionaloptionalcomposed:Null<Bool>

Not used in Node.js. Default: false.

@:optionaloptionalcancelable:Null<Bool>

When true, preventDefault() can cancel the event. Default: false.

@:optionaloptionalbubbles:Null<Bool>

Not used in Node.js. Default: false.