seyfert
    Preparing search index...

    Class MentionableSelectMenu

    Represents a Select Menu for selecting mentionable entities.

    const mentionableSelectMenu = new MentionableSelectMenu();
    mentionableSelectMenu.setCustomId("mentionable-select");

    Hierarchy (View Summary)

    • SelectMenu<APIMentionableSelectComponent>
      • MentionableSelectMenu
    Index

    Constructors

    Properties

    data: Partial<TYPE> = {}

    Methods

    • Sets whether the select menu is disabled. [disabled=true] - Indicates whether the select menu is disabled.

      Parameters

      • disabled: boolean = true

      Returns this

      The current SelectMenu instance.