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
Optional
Addition BackgroundImage options
Generated using TypeDoc
Example
Note: Use this element within a Container, not on its own.