Interface FilterOptions

Options for filtering out interactions.

Hierarchy

  • FilterOptions

Properties

allowedUsers?: string[]

Defines an array of users that can use pages.

filterUsers?: boolean

Defines whether to filter out by user's id or not.

maxIdleTime?: number

Defines max idle time for pages.

maxInteractions?: number

Defines max interactions number.

maxUsers?: number

Defines max users number that can interact with pages.

noAccessReply?: boolean

Defines whether to reply to those who have no access to pages or not.

noAccessReplyContent?: string | InteractionReplyOptions

Defines a reply to those who have no access to pages.

removeButtonsOnEnd?: boolean

Defines whether to remove buttons after end or to disable them.

resetTimer?: boolean

Defines whether to reset timer after page's update or not.

Generated using TypeDoc