Skip to content

DashboardRangeMapOptionsBuilder🔗

Constructor🔗

new DashboardRangeMapOptionsBuilder()

Methods🔗

build🔗

Builds the object.

build()

from🔗

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

from(float $from)

result🔗

Config to apply when the value is within the range

result(\Grafana\Foundation\Dashboard\ValueMappingResult $result)

to🔗

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

to(float $to)

See also🔗