EnableRequest

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

Request object containing input parameters for the PageDomain.enable command.

Constructors

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

Types

Link copied to clipboard
class Builder

A builder for EnableRequest, which allows setting the optional parameters of the PageDomain.enable command via a lambda.

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).