StringSelectMenuOption

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract override fun toString(): String

Converts this entity to a string using the io.github.ydwk.ydwk.util.EntityToStringBuilder.

Properties

Link copied to clipboard
abstract val default: Boolean

Whether the option is default.

Link copied to clipboard
abstract val description: String?

The description of the option. Max 100 characters

Link copied to clipboard
abstract val emoji: Emoji?

The emoji of the option.

Link copied to clipboard
abstract val json: JsonNode

The json representation of this entity.

Link copied to clipboard
abstract val label: String

The label of the option. Max 100 characters

Link copied to clipboard
abstract val value: String

The value of the option. Max 100 characters

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.