Skip to content

BigValueColorMode🔗

TODO docs

Definition🔗

type BigValueColorMode string
const (
    BigValueColorModeValue BigValueColorMode = "value"
    BigValueColorModeBackground BigValueColorMode = "background"
    BigValueColorModeBackgroundSolid BigValueColorMode = "background_solid"
    BigValueColorModeNone BigValueColorMode = "none"
)