EnableParameter

@Serializable
data class EnableParameter(val enableFileChooserOpenedEvent: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enableFileChooserOpenedEvent: Boolean? = null)

Properties

Link copied to clipboard

If true, the Page.fileChooserOpened event will be emitted regardless of the state set by Page.setInterceptFileChooserDialog command (default: false).