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.StateHasChangedDelayMode

Summary

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

Values

NameValueDescription
Off0Does not reduce the number of times StateHasChanged is called.
Debounce1Only fire StateHasChanged if it hasn’t been called in X milliseconds.
Throttle2Only fire StateHasChanged once every X milliseconds.