TextBoxVariableBuilder🔗
Constructor🔗
Methods🔗
Build🔗
Builds the object.
Current🔗
Shows current selected variable text/value on the dashboard
func (builder *TextBoxVariableBuilder) Current(current dashboard.VariableOption) *TextBoxVariableBuilder
DefaultValue🔗
Query used to fetch values for a variable
func (builder *TextBoxVariableBuilder) DefaultValue(query dashboard.StringOrMap) *TextBoxVariableBuilder
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 *TextBoxVariableBuilder) Options(options []dashboard.VariableOption) *TextBoxVariableBuilder