@slack/web-api / PageReducer
Type Alias: PageReducer()<A>
type PageReducer<A> = (accumulator, page, index) => A;
Defined in: src/WebClient.ts:156
Type Parameters
A
A
= any
Parameters
accumulator
A
| undefined
page
index
number
Returns
A