Incant.Service.RunWidget (Incant v0.1.1)

Copy Markdown View Source

Request to run an Incant dashboard widget query.

Summary

Types

t()

@type t() :: %Incant.Service.RunWidget{
  context: map(),
  surface_id: String.t(),
  variables: map(),
  widget_id: String.t()
}