• Example

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

    Elements.ActionOpenUrl('https://...', 'My site');

    Note: Use this element within an ActionSet, not on its own.

    Parameters

    • url: string

      URL of link to open

    • title: string

      Title of the link

    Returns SelectActionOpenUrl

Generated using TypeDoc