Raxol.Terminal.SessionManager.Window (Raxol v2.0.1)

View Source

Summary

Types

layout_type()

@type layout_type() ::
  :main_horizontal | :main_vertical | :even_horizontal | :even_vertical | :tiled

t()

@type t() :: %Raxol.Terminal.SessionManager.Window{
  active_pane: String.t() | nil,
  created_at: integer(),
  id: String.t(),
  layout: layout_type(),
  metadata: map(),
  name: String.t(),
  panes: [term()],
  session_id: String.t(),
  status: :active | :inactive
}