LiveDebugger.CommonTypes (LiveDebugger v0.1.4)
View SourceThis module provides types used in the LiveDebugger application.
Summary
Types
@type channel_state() :: %{ socket: %Phoenix.LiveView.Socket{ assigns: term(), endpoint: term(), fingerprints: term(), host_uri: term(), id: term(), parent_pid: term(), private: term(), redirected: term(), root_pid: term(), router: term(), transport_pid: term(), view: term() }, components: {map(), any(), any()} }
Type for state of a channel that hosts a LiveView.
@type cid() :: %Phoenix.LiveComponent.CID{cid: integer()}