Type alias ReportFormattingRuleValue

ReportFormattingRuleValue: {
    backgroundColor?: string | null;
    rangeUpperBound?: number | null;
}

Type declaration

  • Optional backgroundColor?: string | null
  • Optional rangeUpperBound?: number | null