Raxol.Terminal.Sync.Component (Raxol Terminal v2.6.0)

Copy Markdown View Source

Defines the structure for synchronized components.

Summary

Types

t()

@type t() :: %Raxol.Terminal.Sync.Component{
  conflict_count: non_neg_integer(),
  id: String.t(),
  metadata: map(),
  state: term(),
  sync_count: non_neg_integer(),
  timestamp: integer(),
  type: String.t(),
  version: integer()
}