Skip to content

ConstantVariableBuilder🔗

Constructor🔗

new ConstantVariableBuilder(name: string)

Methods🔗

build🔗

Builds the object.

build()

allowCustomValue🔗

Allow custom values to be entered in the variable

allowCustomValue(allowCustomValue: boolean)

description🔗

Description of variable. It can be defined but null.

description(description: string)

label🔗

Optional display name

label(label: string)

name🔗

Name of variable

name(name: string)

value🔗

Query used to fetch values for a variable

value(query: string | Record<string, any>)

See also🔗