FormProperty

works.iterative.ui.components.tailwind.form.FormProperty
case class FormProperty[V](id: String, name: String, label: String, description: Option[String], value: Option[V]) extends Property[V], PropertyDescription

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Property[V]
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