BeamConsole.ProcessRelation (beam_console v0.5.0)

Copy Markdown View Source

Represents one allowlisted process inspector relationship without retaining a PID.

Summary

Types

kind()

@type kind() :: :process | :port | :opaque

t()

@type t() :: %BeamConsole.ProcessRelation{
  id: String.t() | nil,
  kind: kind(),
  label: String.t()
}