Interface CollectorOptions

Options for collecting button interactions.

Hierarchy

  • CollectorOptions

Properties

maxIdleTime?: number

Maximum amount of time (in milliseconds) that pagination can be idle. Afterwards stops.

maxInteractions?: number

Maximum number of interactions that pagination can collect during it's life-time.

maxUsers?: number

Maximum number of users that can interact with pagination during it's life-time.

Generated using TypeDoc