Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IHtmlBackgroundInfo

Index

Properties

Optional color

color: string

The color of the background as a hex string

Optional imageUrl

imageUrl: string

Optional opacity

opacity: number

Optional size

size: "cover" | "contains" | "tile" | "tileH" | "tileV"

size defines how the image will render in the background can be 'cover' | 'contain' | undefined (i.e. default is tile)

Optional type