PostDOMEventConfig interface

The interface representing the available configuration options when posting a DOM event

Properties

eventInitDict

Event options, optional with default value { bubbles: true, cancelable: true, composed: true }

eventProps

Event properties, optional with default value {}

eventType

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