Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatisticProvider

A statistic provider.

Hierarchy

  • StatisticProvider

Implemented by

Index

Properties

Properties

Readonly close

close: () => void | PromiseLike<void>

Closes the provider.

Type declaration

    • (): void | PromiseLike<void>
    • Returns void | PromiseLike<void>

Readonly load

load: (opts?: StatisticOptions) => StatisticResult | PromiseLike<StatisticResult>

Loads data via the provider.

param

The custom options.

returns

The result.

Type declaration

Generated using TypeDoc