interface stable
An object interface used by throttle or throttleTime that ensure configuration options of these operators.
interface ThrottleConfig {
leading?: boolean
trailing?: boolean
} | Property | Type | Description |
|---|---|---|
leading
| boolean | If If not provided, defaults to: |
trailing
| boolean | If If not provided, defaults to: |
© 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/ThrottleConfig