Skip to main content
Module

x/harmony/src/interactions/mod.ts>Select

An easy to use Discord API Library for Deno.
Go to Latest
function Select
import { Select } from "https://deno.land/x/harmony@v2.9.0/src/interactions/mod.ts";

Select (drop down) component. Allows user to choose one or more options

Parameters

props: SelectProps
children: Array<Array<Element<OptionProps>>>

Returns

Element<SelectProps>