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

View Source

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

Summary

Types

t()

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