Interface IAnalyticsLink

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

interface IAnalyticsLink {
    linkType: AnalyticsLinkType;
}

Hierarchy (view full)

Implemented by

Properties

Properties

Specifies what type of analytics link this represents.