CustomVariableBuilder
Constructor
new CustomVariableBuilder(name: string)
Methods
build
Builds the object.
allValue
allValue(allValue: string)
allowCustomValue
allowCustomValue(allowCustomValue: boolean)
current
current(current: dashboardv2.VariableOption)
description
description(description: string)
hide
hide(hide: dashboardv2.VariableHide)
includeAll
includeAll(includeAll: boolean)
label
multi
name
options
options(options: dashboardv2.VariableOption[])
origin
origin(origin: cog.Builder<dashboardv2.ControlSourceRef>)
query
skipUrlSync
skipUrlSync(skipUrlSync: boolean)
valuesFormat(valuesFormat: "csv" | "json")
See also