Raxol.Commands.UpdateTerminalCommand (Raxol v2.0.1)

View Source

Command to update terminal settings.

Summary

Functions

Creates a new command with validation.

Types

t()

@type t() :: %Raxol.Commands.UpdateTerminalCommand{
  accessibility_options: map() | nil,
  command_id: String.t(),
  correlation_id: String.t(),
  expected_version: integer(),
  font_settings: map() | nil,
  height: pos_integer() | nil,
  metadata: map(),
  terminal_id: String.t(),
  theme: String.t() | nil,
  timestamp: integer(),
  title: String.t() | nil,
  user_id: String.t(),
  width: pos_integer() | nil
}

Functions

new(attrs)

Creates a new command with validation.

validate(command)