---
title: interval
framework: combine
role: symbol
role_heading: Instance Property
path: combine/publishers/throttle/interval
---

# interval

The interval in which to find and emit the most recent element.

## Declaration

```swift
let interval: Context.SchedulerTimeType.Stride
```

## See Also

### Inspecting publisher properties

- [upstream](combine/publishers/throttle/upstream.md)
- [scheduler](combine/publishers/throttle/scheduler.md)
- [latest](combine/publishers/throttle/latest.md)
