Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
LifetimeFilterOptions
Interface LifetimeFilterOptions<Key, Value>
interface
LifetimeFilterOptions
<
Key
,
Value
>
{
excludeFromSweep
?:
(
value
:
Value
,
key
:
Key
,
collection
:
LimitedCollection
<
Key
,
Value
>
,
)
=>
boolean
;
getComparisonTimestamp
?:
(
value
:
Value
,
key
:
Key
,
collection
:
LimitedCollection
<
Key
,
Value
>
,
)
=>
number
;
lifetime
?:
number
;
}
Type Parameters
Key
Value
Index
Properties
exclude
From
Sweep?
get
Comparison
Timestamp?
lifetime?
Properties
Optional
exclude
From
Sweep
excludeFromSweep
?:
(
value
:
Value
,
key
:
Key
,
collection
:
LimitedCollection
<
Key
,
Value
>
,
)
=>
boolean
Optional
get
Comparison
Timestamp
getComparisonTimestamp
?:
(
value
:
Value
,
key
:
Key
,
collection
:
LimitedCollection
<
Key
,
Value
>
,
)
=>
number
Optional
lifetime
lifetime
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exclude
From
Sweep
get
Comparison
Timestamp
lifetime
discord-js-button-pagination-ts
Loading...