SetInterceptFileChooserDialogParameter

@Serializable
data class SetInterceptFileChooserDialogParameter(val enabled: Boolean, val cancel: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, cancel: Boolean? = null)

Properties

Link copied to clipboard
val cancel: Boolean? = null

If true, cancels the dialog by emitting relevant events (if any) in addition to not showing it if the interception is enabled (default: false).

Link copied to clipboard