works.iterative.ui.components.laminar.forms.InputSchema
See theInputSchema companion trait
object InputSchema
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InputSchema.type
Members list
Type members
Classlikes
enum InputType
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object email extends InputSchema[Email]
Attributes
- Supertypes
- Self type
-
email.type
object integer extends InputSchema[Int]
Attributes
- Supertypes
- Self type
-
integer.type
object plainMultiLine extends InputSchema[PlainMultiLine]
Attributes
- Supertypes
- Self type
-
plainMultiLine.type
object plainOneLine extends InputSchema[PlainOneLine]
Attributes
- Supertypes
- Self type
-
plainOneLine.type
object string extends InputSchema[String]
Attributes
- Supertypes
- Self type
-
string.type
Value members
Concrete methods
Givens
Givens
In this article