Skip to main content

ODDropdownResponderInstanceValues 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 responder instance values manager.

This class will manage all values from the dropdowns & select menus.

View Source

Properties

Methods


constructor() function api.ODDropdownResponderInstanceValues

(no description)

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

View Source


getChannelValues() function Promise

Get the selected channels.

View Source


getRoleValues() function Promise

Get the selected roles.

View Source


getStringValues() function string[]

Get the selected values.

View Source


getUserValues() function Promise

Get the selected users.

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!