UiControlDebounceBehavior

Used to define the debounce behavior of the UI controls in the Mimi Profile. It can be either None or Debounce. Where None means no debouncing applied, and Debounce means debouncing with a given interval represented by a Duration.

Since

10.0.0

Inheritors

Types

Link copied to clipboard
data class Debounce(val interval: Duration) : UiControlDebounceBehavior
Link copied to clipboard