# `GSPathObservation.debounceDelay`

*Instance Property*

When greater than zero, target/action is triggered only once the time interval has passed without any new events.

## Declaration

```swift
var debounceDelay: TimeInterval { get set }
```

```objc
@property (assign) NSTimeInterval debounceDelay;
```

```python
debounceDelay() -> float
setDebounceDelay_(debounceDelay: float)
```

