Raxol.Protocols.ComponentFramework.ComponentInstance (Raxol v2.0.1)

View Source

Represents an instance of a protocol-aware component.

Summary

Types

t()

@type t() :: %Raxol.Protocols.ComponentFramework.ComponentInstance{
  children: [t()],
  event_handlers: map(),
  metadata: map(),
  module: module(),
  props: map(),
  state: map(),
  style: map(),
  theme: map() | nil,
  type: atom()
}