getDebouncedDerivationEntries
Gets all debounced derivation entries from a collection.
Use this to extract debounced entries for separate processing with debounce timers.
Presentation
function getDebouncedDerivationEntries (
collection: DerivationCollection ,
): DerivationEntry [];Returns
Parameters
| Name | Type | Description |
|---|---|---|
| collection | | The collected derivation entries |