Skip to main content

CollectionOptions

@discordeno/bot


Documentation / @discordeno/bot / CollectionOptions

Interface: CollectionOptions<K, V>

Defined in: packages/utils/dist/types/Collection.d.ts:43

Type Parameters

K

V

Properties

maxSize?

optional maxSize: number

Defined in: packages/utils/dist/types/Collection.d.ts:47

The maximum number of items allowed in the collection.


sweeper?

optional sweeper: CollectionSweeper<K, V>

Defined in: packages/utils/dist/types/Collection.d.ts:45

Handler to clean out the items in the collection every so often.