ComponentType

https://discord.com/developers/docs/interactions/message-components#component-object-component-types

Signature

export declare enum ComponentType {    ActionRow = 1,    Button = 2,    StringSelect = 3,    TextInput = 4,    UserSelect = 5,    RoleSelect = 6,    MentionableSelect = 7,    ChannelSelect = 8,    Section = 9,    TextDisplay = 10,    Thumbnail = 11,    MediaGallery = 12,    File = 13,    Separator = 14,    Container = 17,    Label = 18,    FileUpload = 19,    RadioGroup = 21,    CheckboxGroup = 22,    Checkbox = 23}

Members

This export does not declare public properties or methods in the generated declaration file.