PostDOMEventConfig interface
The interface representing the available configuration options when posting a DOM event
Properties
event |
Event options, optional with default value { bubbles: true, cancelable: true, composed: true } |
event |
Event properties, optional with default value {} |
event |
The type of the DOM event |
Property Details
eventInitDict
Event options, optional with default value { bubbles: true, cancelable: true, composed: true }
eventInitDict?: EventInit
Property Value
EventInit
eventProps
Event properties, optional with default value {}
eventProps?: Record<string, any>
Property Value
Record<string, any>
eventType
The type of the DOM event
eventType: string
Property Value
string