Skip to content

ValueMappingResult🔗

Result used as replacement with text and color when the value matches

Definition🔗

public class ValueMappingResult {
  public String text;
  public String color;
  public String icon;
  public Integer index;
}