IntervalVariableBuilder🔗
Constructor🔗
Methods🔗
Build🔗
Builds the object.
Current🔗
Shows current selected variable text/value on the dashboard
func (builder *IntervalVariableBuilder) Current(current dashboard.VariableOption) *IntervalVariableBuilder
Description🔗
Description of variable. It can be defined but null
.
Hide🔗
Visibility configuration for the variable
Label🔗
Optional display name
Name🔗
Name of variable
Options🔗
Options that can be selected for a variable.
func (builder *IntervalVariableBuilder) Options(options []dashboard.VariableOption) *IntervalVariableBuilder
Values🔗
Query used to fetch values for a variable
func (builder *IntervalVariableBuilder) Values(query dashboard.StringOrMap) *IntervalVariableBuilder