Skip to main content

ODSlashCommandUniversalOptionChoice interface

under construction

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

Overview

A universal template for a slash command option choice. (used in string options)

Why universal? Both existing slash commands & unregistered templates can be converted to this type.

View Source

Properties


name string string

The name of this choice.

View Source


nameLocalizations type readonly (api.ODSlashCommandUniversalTranslation[])

All localized names of this choice.

View Source


value string string

The value of this choice.

View Source