BeamConsoleWeb.Components.TreeComponents (beam_console v0.3.0)

Copy Markdown View Source

Renders the collapsible node and categorized application folder tree.

Summary

Functions

Renders nodes and application categories as stable native disclosure branches.

Functions

runtime_tree(assigns)

@spec runtime_tree(map()) :: Phoenix.LiveView.Rendered.t()

Renders nodes and application categories as stable native disclosure branches.

Attributes

  • nodes (:list) (required)
  • categories (:list) (required)
  • application_count (:integer) (required)
  • selected_id (:string) - Defaults to nil.
  • coverage_warnings (:list) - Defaults to [].