Type Alias VariantImage

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

Type declaration

  • Optionalbackground_color?: string

    Background color of an image. Null if background transparent

  • Optionalbackground_image?: string | null

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

  • Optionalimage_url?: string | null

    image URL

  • Optionalplacement?: string

    Placement associated with the image