Class DiscordBaseSelectComponent
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
A select menu with multiple options to choose from.
public class DiscordBaseSelectComponent : DiscordComponent
- Inheritance
-
DiscordBaseSelectComponent
- Derived
- Inherited Members
Properties
- DefaultValues
The default values of this select menu.
- Disabled
Whether this select can be used.
- Label
Label of component, if used in modal.
- MaximumSelectedValues
The maximum amount of options that can be selected. Must be greater than or equal to zero or MinimumSelectedValues. Defaults to one.
- MinimumSelectedValues
The minimum amount of options that can be selected. Must be less than or equal to MaximumSelectedValues. Defaults to one.
- Placeholder
The text to show when no option is selected.