ODDropdownInstance class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket dropdown instance.
It contains all properties & functions to build a dropdown!
Methods
Properties
data
interface ➜ api.ODDropdownData
The current data of this dropdown
Methods
constructor()
function ➜ api.ODDropdownInstance
(no description)
setChannels()
function ➜ api.ODDropdownInstance
Set the channels of this dropdown (when type == "channel"
)
View Parameters (1)
channels
: array ➜discord.Channel[]
- Parameter Description Lorem Ipsum.
setChannelTypes()
function ➜ api.ODDropdownInstance
Set the channel types of this dropdown
View Parameters (1)
channelTypes
: array ➜discord-api-types.ChannelType[]
- Parameter Description Lorem Ipsum.
setCustomId()
function ➜ api.ODDropdownInstance
Set the custom id of this dropdown
View Parameters (1)
id
: string ➜string
- Parameter Description Lorem Ipsum.
setDisabled()
function ➜ api.ODDropdownInstance
Set the disabled of this dropdown
View Parameters (1)
disabled
: boolean ➜boolean
- Parameter Description Lorem Ipsum.
setMaxValues()
function ➜ api.ODDropdownInstance
Set the maximum amount of values ax this dropdown
setMentionables()
function ➜ api.ODDropdownInstance
Set the mentionables of this dropdown (when type == "mentionable"
)
View Parameters (1)
mentionables
: array ➜(discord.User|discord.Role)[]
- Parameter Description Lorem Ipsum.
setMinValues()
function ➜ api.ODDropdownInstance
Set the minimum amount of values in this dropdown
setOptions()
function ➜ api.ODDropdownInstance
Set the options of this dropdown (when type == "string"
)
View Parameters (1)
options
: array ➜discord.SelectMenuComponentOptionData[]
- Parameter Description Lorem Ipsum.
setPlaceholder()
function ➜ api.ODDropdownInstance
Set the placeholder of this dropdown
setRoles()
function ➜ api.ODDropdownInstance
Set the roles of this dropdown (when type == "role"
)
View Parameters (1)
roles
: array ➜discord.Role[]
- Parameter Description Lorem Ipsum.
setType()
function ➜ api.ODDropdownInstance
Set the type of this dropdown
View Parameters (1)
type
: type ➜"string"|"role"|"channel"|"user"|"mentionable"
- Parameter Description Lorem Ipsum.
setUsers()
function ➜ api.ODDropdownInstance
Set the users of this dropdown (when type == "user"
)
View Parameters (1)
users
: array ➜discord.User[]
- Parameter Description Lorem Ipsum.
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!