MathJax

org.terminal21.client.components.mathjax.MathJax
case class MathJax(key: String, expression: String, style: Map[String, Any]) extends MathJaxElement, HasStyle[MathJax]

Attributes

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

Members list

Value members

Concrete methods

def withExpression(e: String): MathJax
def withKey(k: String): MathJax
override def withStyle(v: Map[String, Any]): MathJax

Attributes

Definition Classes
HasStyle

Inherited methods

def flat: Seq[UiElement]

Attributes

Inherited from:
UiElement
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 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
def withStyle(vs: (String, Any)*): A

Attributes

Inherited from:
HasStyle