interface CustomEvent
extends Event
Type Parameters Jump to heading
Jump to headingT = any
Properties Jump to heading
readonly
Jump to headingdetail: T
Returns any custom data event was created with. Typically used for synthetic events.
Jump to headingT = any
Jump to headingdetail: T
Returns any custom data event was created with. Typically used for synthetic events.
Jump to headingprototype: CustomEvent