View Source Luminous.Dashboards.DemoDashboardLive.Variables (luminous v0.1.0)
This is where we implement the Variable
behaviour, i.e. define
the dashboard's variables displayed as dropdowns in the view
The first value in each list is the default one.
Values can be either simple (a single binary) or descriptive (label different than the value).
Variables values are available within queries where they can serve as parameters.
More details in Luminous.Variable
.