Skip to main content

ODDropdownInstance class

under construction

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!

View Source

Properties


data interface api.ODDropdownData

The current data of this dropdown

View Source


Methods


constructor() function api.ODDropdownInstance

(no description)

View Source


setChannels() function api.ODDropdownInstance

Set the channels of this dropdown (when type == "channel")

View Parameters (1)
  • channels: array discord.Channel[] - Parameter Description Lorem Ipsum.

View Source


setChannelTypes() function api.ODDropdownInstance

Set the channel types of this dropdown

View Parameters (1)
  • channelTypes: array discord-api-types.ChannelType[] - Parameter Description Lorem Ipsum.

View Source


setCustomId() function api.ODDropdownInstance

Set the custom id of this dropdown

View Parameters (1)
  • id: string string - Parameter Description Lorem Ipsum.

View Source


setDisabled() function api.ODDropdownInstance

Set the disabled of this dropdown

View Parameters (1)
  • disabled: boolean boolean - Parameter Description Lorem Ipsum.

View Source


setMaxValues() function api.ODDropdownInstance

Set the maximum amount of values ax this dropdown

View Parameters (1)
  • maxValues: type null|number - Parameter Description Lorem Ipsum.

View Source


setMentionables() function api.ODDropdownInstance

Set the mentionables of this dropdown (when type == "mentionable")

View Parameters (1)

View Source


setMinValues() function api.ODDropdownInstance

Set the minimum amount of values in this dropdown

View Parameters (1)
  • minValues: type null|number - Parameter Description Lorem Ipsum.

View Source


setOptions() function api.ODDropdownInstance

Set the options of this dropdown (when type == "string")

View Parameters (1)

View Source


setPlaceholder() function api.ODDropdownInstance

Set the placeholder of this dropdown

View Parameters (1)
  • placeholder: type null|string - Parameter Description Lorem Ipsum.

View Source


setRoles() function api.ODDropdownInstance

Set the roles of this dropdown (when type == "role")

View Parameters (1)
  • roles: array discord.Role[] - Parameter Description Lorem Ipsum.

View Source


setType() function api.ODDropdownInstance

Set the type of this dropdown

View Parameters (1)
  • type: type "string"|"role"|"channel"|"user"|"mentionable" - Parameter Description Lorem Ipsum.

View Source


setUsers() function api.ODDropdownInstance

Set the users of this dropdown (when type == "user")

View Parameters (1)
  • users: array discord.User[] - Parameter Description Lorem Ipsum.

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!