// TEST: injectViewerIFrame Inject an iFrame into the current page that will display a LIT. This function safely sandboxes the content in the iFrame so that the LIT cannot see cookies or localStorage of the parent website.

  • Parameters

    • params: {
          className: string;
          destinationId: string;
          fileUrl: string;
          title: string;
      }
      • className: string
      • destinationId: string
      • fileUrl: string
      • title: string

    Returns void