StdEJson

org.terminal21.client.components.std.StdEJson
sealed trait StdEJson extends UiElement

Attributes

Graph
Supertypes
trait UiElement
class Object
trait Matchable
class Any
Known subtypes
trait StdElement[A]
class Em
class Header1
class Input
class NewLine
class Paragraph
class Span
Show all

Members list

Value members

Inherited methods

def flat: Seq[UiElement]

Attributes

Inherited from:
UiElement
def key: String

Attributes

Inherited from:
UiElement
def render()(using session: ConnectedSession): Unit

Attributes

Inherited from:
UiElement
def renderChanges()(using session: ConnectedSession): Unit

Renders any changes for this element and it's children (if any). The element must previously have been added to the session.

Renders any changes for this element and it's children (if any). The element must previously have been added to the session.

Attributes

Inherited from:
UiElement