Skip to main content

Function: isMessageStringSelectInteractionData()

isMessageStringSelectInteractionData(interaction: ActionRowComponentOptions): interaction is StringSelectMenuComponentData

Checks if the given interaction is a string select interaction.

Parameters

ParameterTypeDescription
interactionActionRowComponentOptionsThe 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