Ui Text Area Component
class UiTextAreaComponent(ctx: Ctx<UiTextAreaComponent.Props>) : GenericFormField<String, UiTextAreaComponent.Options, UiTextAreaComponent.Props>
Content copied to clipboard
Constructors
Types
Link copied to clipboard
class Options : FieldOptions.Base<String> , TextAreaOptions<String> , SemanticOptions<String>
Content copied to clipboard
Link copied to clipboard
data class Props( val value: String, val onChange: (String) -> Unit, val options: UiTextAreaComponent.Options) : GenericFormField.Props<String, UiTextAreaComponent.Options>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Replaces the current selection with given text.
Link copied to clipboard
Returns 'true' when the component should redraw.
Link copied to clipboard
fun <T> subscribingTo(stream: Stream<T>, onNext: (T) -> Unit? = null): ReadOnlyProperty<Any?, T>
Content copied to clipboard
Creates a property that is subscribed to a stream.
Link copied to clipboard
Triggers a redraw
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The life-cycle LifeCycle that the component exposes
Link copied to clipboard