Paragraph

org.terminal21.client.components.Paragraph
case class Paragraph(key: String, var text: String, var style: Map[String, Any], var children: Seq[UiElement]) extends StdElement, HasChildren[Paragraph]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StdElement
trait HasStyle
trait UiElement
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def addChildren(e: UiElement*): A

Attributes

Inherited from:
HasChildren
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

Inherited from:
UiElement
def withChildren(cn: UiElement*): A

Attributes

Inherited from:
HasChildren