Type Alias VariantImage

VariantImage: {
    background_color: string;
    background_image: string | null;
    image_url: string | null;
    placement: string;
}

Type declaration

  • background_color: string

    Background color of an image. Null if background transparent

  • background_image: string | null

    Background image of an image specified in the image_url. Null if no background image

  • image_url: string | null

    image URL

  • placement: string

    Placement associated with the image