Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetLineProps

Hierarchy

Index

Properties

className?: string
color?: string | ((v: string) => string)

the color of the category or a function to convert the value to a color

format?: string | ((v: string) => string)

the label of the category or a function to convert the value to a color

i18n?: Partial<{ upsetHas: string; upsetHasAll: string; upsetHasNone: string; upsetHasNot: string; upsetHasSome: string }>
sets: readonly string[]
style?: CSSProperties

the value to render

Generated using TypeDoc