Login to follow
DebounceBlock - Trigger Mode

DebounceBlock - Trigger Mode (ODC)

Stable version 0.1.2 (Compatible with ODC)
Uploaded on 27 October 2025 by SUNGHAN HWANG
DebounceBlock - Trigger Mode

DebounceBlock - Trigger Mode (ODC)

Details
Detailed Description
⚙️ How It Works
A reusable Block that adds debounce behavior to any client-side action using a simple toggle pattern.
Instead of binding directly to the input widget, this block reacts when a boolean Trigger variable toggles.
It schedules a delayed execution and triggers the OnDebounced event after the user stops interacting for the specified delay time.


💡 Key Features

  • Lightweight, no DOM access required.

  • Simple toggle-based activation—works with any input or button.

  • Safe cleanup on block destroy (no memory leaks).

  • Optional Payload you can utilize if needed.

📚 Typical Use Cases

  • Search boxes with API calls

  • Autocomplete fields

  • Live filters on data lists

  • Delayed validation logic