W3cubDocs

/RxJS

TimeoutInfo

interface stable

interface TimeoutInfo<T, M = unknown> {
  get meta: M
  get seen: number
  get lastValue: T | null
}

Properties

Property Type Description
meta M Read-only.

Optional metadata that was provided to the timeout configuration.

seen number Read-only.

The number of messages seen before the timeout

lastValue T | null Read-only.

The last message seen

© 2015–2022 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
https://rxjs.dev/api/operators/TimeoutInfo