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

# latest

A Boolean value indicating whether to publish the most recent element.

## Declaration

```swift
let latest: Bool
```

## Discussion

Discussion If false, the publisher emits the first element received during the interval.

## See Also

### Inspecting publisher properties

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