Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.