Companion

object Companion

Functions

builderOf
Link copied to clipboard
js
fun <T> builderOf(formControl: FormControlComponent, store: Store<T>? = null): () -> FormControlComponent.ValidationResult
Simple factory method to encapsulate the logic that defining some `validationMessage(s)` property beats the validation from the store!
equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String