Skip to main content
Version: Next

RoleSelectMenuKitPredicate

RoleSelectMenuKitPredicate

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

Signature
type RoleSelectMenuKitPredicate = SelectMenuKitPredicate<RoleSelectMenuInteraction>