Text

org.terminal21.client.components.chakra.Text
case class Text(key: String, var text: String, var fontSize: Option[String], var noOfLines: Option[Int], var color: Option[String], var as: Option[String], var align: Option[String], var casing: Option[String], var decoration: Option[String], var style: Map[String, Any]) extends ChakraElement

Attributes

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

Members list

Value members

Inherited methods

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