Minga.RenderModel.UI.ExtensionPanel.Content.StyledRun (Minga v0.1.0)

Copy Markdown View Source

One styled text run in a GUI extension panel.

Summary

Types

attrs()

@type attrs() :: %{bold?: boolean(), italic?: boolean()}

t()

@type t() :: %Minga.RenderModel.UI.ExtensionPanel.Content.StyledRun{
  attrs: attrs(),
  fg: non_neg_integer(),
  text: String.t()
}