# `MingaEditor.Observatory.Inspection`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga_editor/observatory/inspection.ex#L1)

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

# `t`

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

# `visible`

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

Builds a visible process inspection popup.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
