Interface IAnalyticsLink

Provides a base class for specifying options for an analytics link.

interface IAnalyticsLink {
    dataverse: string;
    linkType: AnalyticsLinkType;
    name: string;
}

Hierarchy (view full)

Implemented by

Properties

dataverse: string

The dataverse that this link belongs to.

Specifies what type of analytics link this represents.

name: string

The name of this link.