SetAutoDarkModeOverrideRequest

@Serializable
data class SetAutoDarkModeOverrideRequest(val enabled: Boolean? = null)(source)

Request object containing input parameters for the EmulationDomain.setAutoDarkModeOverride command.

Constructors

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

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable or disable automatic dark mode. If not specified, any existing override will be cleared.