Skip to main content
Version: 1.2

SelectMenuKitPredicate

SelectMenuKitPredicate

The predicate function that filters select menu interactions. It receives an interaction and returns a boolean or a Promise that resolves to a boolean.

Signature
type SelectMenuKitPredicate<T> = (interaction: T) => Awaitable<boolean>