Compiled metadata for an Incant dashboard.
Summary
Types
@type t() :: %Incant.Dashboard.Metadata{ grid: keyword(), module: module(), opts: keyword(), title: String.t() | nil, variables: [Incant.Dashboard.Variable.t()], widgets: [Incant.Dashboard.Widget.t()] }