StdElement

org.terminal21.client.components.StdElement
sealed trait StdElement extends UiElement, HasStyle

Attributes

Graph
Supertypes
trait HasStyle
trait UiElement
class Object
trait Matchable
class Any
Known subtypes
class Em
class Header1
class Input
class NewLine
class Paragraph
class Span
Show all

Members list

Value members

Inherited methods

def key: String

Attributes

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

Attributes

Inherited from:
UiElement

Inherited fields

var style: Map[String, Any]

Attributes

Inherited from:
HasStyle