SelectOptionValue

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?

The default value of this select option value.

Link copied to clipboard
abstract val description: String?

The description of this select option value.

Link copied to clipboard
abstract val emoji: Emoji?

The emoji of this select option value.

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 this select option value.

Link copied to clipboard
abstract val value: String

The value of this select option value.

Link copied to clipboard
abstract val yde: YDE

The main YDE instance.