Skip to content

DashboardRangeMapOptions🔗

Constructor🔗

DashboardRangeMapOptions()

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.DashboardRangeMapOptions

from_val🔗

Min value of the range. It can be null which means -Infinity

def from_val(from_val: float) -> typing.Self

result🔗

Config to apply when the value is within the range

def result(result: dashboard.ValueMappingResult) -> typing.Self

to🔗

Max value of the range. It can be null which means +Infinity

def to(to: float) -> typing.Self

See also🔗