Dropdown
https://github.com/flamexdev/dsc-utils/blob/main/package/src/structures/dropdown.js
Type
Description
Required
string
a developer-defined identifier for the button, max 100 characters
Yes
Type
Description
Required
array of DropdownOptions
the choices in the select, max 25
Yes
Type
Description
Required
string
custom placeholder text if nothing is selected, max 100 characters
No
Type
Description
Required
Number
the minimum number of items that must be chosen; default 1, min 0, max 25
No
Type
Description
Required
Number
the maximum number of items that can be chosen; default 1, max 25
No
Type
Description
Default
Required
boolean
disable the select
false
No
Last updated
Was this helpful?