GitHub

DaffSwatchOption

import { DaffSwatchOption } from '@daffodil/product-configurable'

An optional field for the hex color code for DaffConfigurableProductOptionValues that need it.

interface DaffSwatchOption {
  value: string
  thumbnail: string
}

Properties

value
string

A hex color value.

thumbnail
string