Skip to content

ValueMappingResult🔗

Constructor🔗

ValueMappingResult()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.ValueMappingResult

color🔗

Text to use when the value matches

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

icon🔗

Icon to display when the value matches. Only specific visualizations.

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

index🔗

Position in the mapping array. Only used internally.

def index(index: int) -> typing.Self

text🔗

Text to display when the value matches

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

See also🔗