FooterImpl

class FooterImpl(val yde: YDE, val json: JsonNode) : Footer(source)

Constructors

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

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 iconUrl: String?

The icon url of this footer.

Link copied to clipboard
open override val json: JsonNode

The json representation of this entity.

Link copied to clipboard
open override val proxyIconUrl: String?

The proxy icon url of this footer.

Link copied to clipboard
open override val text: String

The text of this footer.

Link copied to clipboard
open override val yde: YDE

The main YDE instance.