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

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()
}