SetShowWindowControlsOverlayRequest

@Serializable
data class SetShowWindowControlsOverlayRequest(val windowControlsOverlayConfig: WindowControlsOverlayConfig? = null)

Request object containing input parameters for the OverlayDomain.setShowWindowControlsOverlay command.

Constructors

Link copied to clipboard
constructor(windowControlsOverlayConfig: WindowControlsOverlayConfig? = null)

Types

Link copied to clipboard
class Builder

A builder for SetShowWindowControlsOverlayRequest, which allows setting the optional parameters of the OverlayDomain.setShowWindowControlsOverlay command via a lambda.

Properties

Link copied to clipboard

Window Controls Overlay data, null means hide Window Controls Overlay