Emerge.Engine.VNode (Emerge v0.2.1)

Copy Markdown View Source

Internal virtual node that keeps identity and keys for reconciliation.

Summary

Types

t()

@type t() :: %Emerge.Engine.VNode{
  attrs: map(),
  children: [t()],
  id: term(),
  key: term() | nil,
  kind: atom(),
  nearby: [{atom(), t()}]
}