Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPerformanceApiManager

This interface defines the properties that a PerformanceApiManager must expose to its managed PerformanceApi instance. This interface must be implemented by any manager object passed to the PerformanceApi constructor of this package. By default, the PerformanceApiManager will implement this interface.

Hierarchy

  • IPerformanceApiManager

Implemented by

Index

Properties

Properties

isEnabled

isEnabled: boolean

Is the performance library enabled?

packageUUID

packageUUID: string

This is the name and version of the package in the form of name@version

Generated using TypeDoc