• Example

    import { Elements } from '@reuters-graphics/teams-klaxons';

    Elements.Image('https://.../image.jpg');

    Parameters

    • url: string

      The image's URL

    • openUrl: string

      A URL to open when the image is clicked

    • Optional options: Omit<Image, "type" | "url">

      Additional Image options

    Returns Image

Generated using TypeDoc