Skip to content

Dashboardv2RangeMapOptions🔗

Constructor🔗

Dashboardv2RangeMapOptions()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2.Dashboardv2RangeMapOptions

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: cogbuilder.Builder[dashboardv2.ValueMappingResult]) -> typing.Self

to🔗

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

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

See also🔗