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

@param \Grafana\Foundation\Cog\Builder<\Grafana\Foundation\Dashboard\ValueMappingResult> $result

result(\Grafana\Foundation\Cog\Builder $result)

to🔗

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

to(float $to)

See also🔗