LiveDebugger.Structs.TreeNode.LiveComponent (LiveDebugger v0.1.4)

View Source

This module provides a struct to represent a LiveComponent in the tree.

Summary

Types

cid()

@type cid() :: %Phoenix.LiveComponent.CID{cid: integer()}

t()

@type t() :: %LiveDebugger.Structs.TreeNode.LiveComponent{
  assigns: map(),
  children: [t()],
  cid: cid(),
  id: String.t(),
  module: atom()
}