Skip to main content
Version: Next

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>