Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/report"

Index

Interfaces

Functions

Functions

embedReport

  • embedReport(id: string, accessToken: string, container: HTMLElement, opts?: IEmbedConfiguration): Promise<ReportActions>
  • Embed a view-only, reponsive report in the specified element.

    The report should be formed with mutliple pages, providing appropriate layouts for different view sizes.

    Parameters

    • id: string
    • accessToken: string
    • container: HTMLElement
    • Default value opts: IEmbedConfiguration = {}

    Returns Promise<ReportActions>

Generated using TypeDoc