Optionaloptions: Omit<BackgroundImage, "url">Addition BackgroundImage options
import { Elements } from '@reuters-graphics/teams-klaxons';
const backgroundImage = Elements.BackgroundImage('https://.../image.jpg');
Elements.Container([
Element.TextBox('Hello'),
], { backgroundImage });
Note: Use this element within a Container, not on its own.
Image URL