FileChooserOpened

@Serializable
data class FileChooserOpened(val frameId: FrameId? = null, val mode: FileChooserOpenedMode, val backendNodeId: BackendNodeId? = null) : PageEvent(source)

Emitted only when page.interceptFileChooser is enabled.

Official doc

Constructors

Link copied to clipboard
constructor(frameId: FrameId? = null, mode: FileChooserOpenedMode, backendNodeId: BackendNodeId? = null)

Properties

Link copied to clipboard

Input node id. Only present for file choosers opened via an element.

Link copied to clipboard
val frameId: FrameId? = null

Id of the frame containing input node.

Link copied to clipboard

Input mode.