Raxol.Terminal.Sync.Component (Raxol v2.0.1)
View SourceDefines the structure for synchronized components.
Summary
Types
@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() }