Dropdown
Parameters
Parameter
Type
Description
Default
DropdownName
string
Name of the dropdown
"Dropdown"
DropdownDescription
string
Description of the dropdown
""
Options
table
Dropdown options
{"#1", "#2", "#3"}
Callback
function
Callback function
function() end
Example
Last updated
Was this helpful?