Skip to main content
Version: 1.2

MentionableSelectMenuKitPredicate

MentionableSelectMenuKitPredicate

Type for the predicate function that filters mentionable select menu interactions. It receives a MentionableSelectMenuInteraction and returns a boolean or a Promise that resolves to a boolean.

Signature
type MentionableSelectMenuKitPredicate = SelectMenuKitPredicate<MentionableSelectMenuInteraction>