TextBoxVariableBuilder🔗
Constructor🔗
Methods🔗
Build🔗
Builds the object.
AllFormat🔗
Format to use while fetching all values from data source, eg: wildcard, glob, regex, pipe, etc.
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
Id🔗
Unique numeric identifier 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