View Source KinoMembrane.PipelineTree (Kino Membrane v0.3.0)

Pipeline tree is a simple tree view that allows to explore a pipeline in a parent-child manner.

By default it shows top-level elements and bins, and once you click on a bin it reveals its children. Clicking on an element reveals it in a component info view below the tree.

Summary

Functions

Link to this function

new(pipeline, opts \\ [])

View Source
@spec new(pipeline :: pid(), [{:component_info, KinoMembrane.ComponentInfo.t()}]) ::
  Kino.Render.t()