Interface IAppInsightsInternal
interface IAppInsightsInternal { sendPageViewInternal(pageViewItem: IPageViewTelemetryInternal,
properties?: Object,
systemProperties?: Object): void; sendPageViewPerformanceInternal(pageViewPerformance: IPageViewPerformanceTelemetryInternal,
properties?: Object,
systemProperties?: Object): void; } Methods
sendPageViewInternal
- sendPageViewInternal(pageViewItem, properties?, systemProperties?): void
Parameters
- pageViewItem: IPageViewTelemetryInternal
Optional
properties: ObjectOptional
systemProperties: Object
Returns void
sendPageViewPerformanceInternal
- sendPageViewPerformanceInternal(pageViewPerformance, properties?, systemProperties?): void
Parameters
- pageViewPerformance: IPageViewPerformanceTelemetryInternal
Optional
properties: ObjectOptional
systemProperties: Object
Returns void
Internal interface to pass appInsights object to subcomponents without coupling