Instance Property
debounceDelay
When greater than zero, target/action is triggered only once the time interval has passed without any new events.
Declaration
var debounceDelay: TimeInterval { get set }Declaration
@property (assign) NSTimeInterval debounceDelay;Declaration
debounceDelay() -> float
setDebounceDelay_(debounceDelay: float)