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

Copy Markdown View Source

Table content block in a GUI extension panel.

Summary

Types

Selected row index, or nil when the table has no selection.

t()

Types

selected()

@type selected() :: non_neg_integer() | nil

Selected row index, or nil when the table has no selection.

t()

@type t() :: %Minga.RenderModel.UI.ExtensionPanel.Content.Table{
  columns: [String.t()],
  rows: [[String.t()]],
  selected: selected()
}