ComponentInteractionDataImpl

class ComponentInteractionDataImpl(val yde: YDE, val json: JsonNode) : ComponentInteractionData(source)

Constructors

Link copied to clipboard
constructor(yde: YDE, json: JsonNode)

Types

Link copied to clipboard

Functions

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

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

Properties

Link copied to clipboard
open override val componentType: ComponentType

The component type of this component.

Link copied to clipboard
open override val customId: String

The custom id of this component.

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard

Gets an array of select option values, if the component is a select menu of type ComponentType.SELECT_MENU.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.