View Source Luminous.Query.Attributes (luminous v0.1.0)
This struct collects all the attributes that apply to a particular Dataset
it is specified in the attrs
argument of Query.result.new
Link to this section Summary
Link to this section Types
@type t() :: %Luminous.Query.Attributes{ fill: boolean(), order: non_neg_integer() | nil, type: :line | :bar, unit: binary() }
Link to this section Functions
@spec define() :: t()