MingaEditor.Observatory.Inspection (Minga v0.1.0)

Copy Markdown View Source

User-visible process inspection result rendered through the native float popup.

Summary

Functions

Builds a visible process inspection popup.

Types

t()

@type t() :: %MingaEditor.Observatory.Inspection{
  height: pos_integer(),
  lines: [String.t()],
  title: String.t(),
  visible: boolean(),
  width: pos_integer()
}

Functions

visible(title, lines)

@spec visible(String.t(), [String.t()]) :: t()

Builds a visible process inspection popup.