Preparing search index...
The search index is not available
telegramsjs
telegramsjs
ICollectorOptions
Interface ICollectorOptions<EventCtx, Collected>
Interface representing the options for the collector.
interface
ICollectorOptions
<
EventCtx
,
Collected
>
{
dispose
?:
boolean
;
filter
?:
(
(
data
:
Collected
,
collected
:
ReadonlyCollection
<
EventCtx
,
Collected
>
)
=>
PossiblyAsync
<
boolean
>
)
;
idle
?:
number
;
max
?:
number
;
maxProcessed
?:
number
;
time
?:
number
;
}
Type Parameters
EventCtx
Collected
Index
Properties
dispose?
filter?
idle?
max?
max
Processed?
time?
Properties
Optional
dispose
dispose
?:
boolean
Optional
filter
filter
?:
(
(
data
:
Collected
,
collected
:
ReadonlyCollection
<
EventCtx
,
Collected
>
)
=>
PossiblyAsync
<
boolean
>
)
Optional
idle
idle
?:
number
Optional
max
max
?:
number
Optional
max
Processed
max
Processed
?:
number
Optional
time
time
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dispose
filter
idle
max
max
Processed
time
telegramsjs
Loading...
Interface representing the options for the collector.