• Example

    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.

    Parameters

    Returns BackgroundImage

Generated using TypeDoc