Raxol.Terminal.Sync.Component (Raxol v0.5.0)

View Source

Defines the structure for synchronized components.

Summary

Types

t()

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