Skip to content

ConstantVariable🔗

Constructor🔗

ConstantVariable(name: str)

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.VariableModel

description🔗

Description of variable. It can be defined but null.

def description(description: str) -> typing.Self

label🔗

Optional display name

def label(label: str) -> typing.Self

name🔗

Name of variable

def name(name: str) -> typing.Self

value🔗

Query used to fetch values for a variable

def value(query: typing.Union[str, dict[str, object]]) -> typing.Self

See also🔗