PerformanceCoachOptions Interface
Options for passing to the usePerformanceCoach() hook.
Signature
export interface PerformanceCoachOptions
Properties
Property | Type | Description |
---|---|---|
enabled? | boolean | Whether to enable the hook. If false, the hook will not do anything. By default, this is true when not in production. |