Debounce Button.DebounceInterval

From Visuino
Revision as of 18:53, 10 June 2022 by Visuino (talk | contribs) (Created page with "== Summary == {{:Summaries:Summary Debounce Button.DebounceInterval}} == Description == Use this property to specify the debounce interval. The interval indicates the period when change of value is ignored. The period starts from the moment a change is detected, and during the period any other changes will be ignored.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Specifies the debouncing interval

Description

Use this property to specify the debounce interval.

The interval indicates the period when change of value is ignored. The period starts from the moment a change is detected, and during the period any other changes will be ignored.