View Source Luminous.Dashboards.DemoDashboardLive.Variables (luminous v1.3.2)
This is where we implement the Luminous.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
.