FormHelperText

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

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 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