Skip to main content

DEBOUNCE

Constant DEBOUNCE 

Source
pub const DEBOUNCE: Duration;
Expand description

How long after the last keystroke analysis runs. A typing burst coalesces into one pass over the final text; a single edit still feels instant because publish follows the window immediately.