Documentation
Preparing search index...
react-ui/src
useDebouncedValue
Function useDebouncedValue
useDebouncedValue
<
ValueType
>
(
value
:
ValueType
,
debouncePeriodMs
?:
number
,
)
:
ValueType
Updates and returns the given value after a DEFAULT_DEBOUNCE_PERIOD_MS | debounce period.
Type Parameters
ValueType
Parameters
value
:
ValueType
debouncePeriodMs
:
number
= DEFAULT_DEBOUNCE_PERIOD_MS
Returns
ValueType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Updates and returns the given value after a DEFAULT_DEBOUNCE_PERIOD_MS | debounce period.