TerminalSettingsResponse

data class TerminalSettingsResponse(val fontSize: String? = null, val fontStyle: String? = null)

Settings for terminal appearance.

Constructors

Link copied to clipboard
constructor(fontSize: String? = null, fontStyle: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fontSize: String? = null

Size of terminal font.

Link copied to clipboard
val fontStyle: String? = null

Style of terminal font.