Background interface
Defines a video background, either a solid color or an image URL (mutually exclusive).
Properties
| color | Background color in hex format (e.g., |
| image |
Background image URL. Cannot be set if |
Property Details
color
Background color in hex format (e.g., #00FF00FF). Cannot be set if image_url is provided.
color?: string
Property Value
string
imageUrl
Background image URL. Cannot be set if color is provided.
imageUrl?: string
Property Value
string