@reuters-graphics/teams-klaxon
    Preparing search index...

    Function BackgroundImage

    • Parameters

      Returns BackgroundImage

      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.