Type parameters

Hierarchy

Properties

Readonly code

code: string

Code of the link’s target (report’s code).

Readonly namespace

namespace: string

Namespace of the URL target (the code of the workspace that the report belongs to).

Methods

getLink

  • getLink(relative?: undefined | false | true): string
  • Get the report URL.

    Parameters

    • Optional relative: undefined | false | true

      Generate a relative URL.

    Returns string

search

  • Object that enables the filtering and loading of report app items.

    Returns ReportSearch<TData, TWhere, THaving>