Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "apis/statistics"

Index

Type aliases

StatisticProviderDetector

StatisticProviderDetector: (name: string, context: StatisticApiContext) => StatisticProviderDetectorResult | PromiseLike<StatisticProviderDetectorResult>

A function that detects a statistic provider by name.

param

The name of the provider, in lower case letters.

param

The context.

returns

The result.

Type declaration

StatisticProviderDetectorResult

StatisticProviderDetectorResult: StatisticProvider | false

The result of a statistic provider detection function.

Functions

registerStatisticsEndpoint

toStatisticParameters

Generated using TypeDoc