Skip to main content

ODTranscriptDropdownComponentData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

A universal representatation of a discord message dropdown for transcripts.

View Source

Properties


inherited disabled boolean boolean

Is this component disabled?

View Source


inherited id type null|string

The custom id of this component.

View Source


options array api.ODTranscriptDropdownComponentOptionData[]

All options available in this dropdown.

View Source


placeholder type null|string

The placeholder in this dropdown.

View Source


type type "dropdown"

The type of this component.

View Source