Function: isMessageStringSelectInteractionData()
isMessageStringSelectInteractionData(
interaction
:ActionRowComponentOptions
):interaction is StringSelectMenuComponentData
Checks if the given interaction is a string select interaction.
Parameters
Parameter | Type | Description |
---|---|---|
interaction | ActionRowComponentOptions | The interaction to check. |
Returns
interaction is StringSelectMenuComponentData
True if the interaction is a string select interaction, false otherwise.
Defined in
projects/utilities/packages/discord.js-utilities/src/lib/PaginatedMessages/utils.ts:72