Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials Inheritance: System.Enum

Syntax

CloudNimble.BlazorEssentials.StateHasChangedDebugMode

Summary

Defines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.

Values

NameValueDescription
Off0Does not log StateHasChanged calls to the Browser Console.
Info1Log basic summary information to the Browser Console.
Tuning2Include performance recommendations in the information logged to the Browser Console.