FormFieldMountedMessage

class FormFieldMountedMessage<P>(val field: FormField<P>) : MessageBase<FormField<P>>

Constructors

Link copied to clipboard
fun <P> FormFieldMountedMessage(field: FormField<P>)

Functions

Link copied to clipboard
fun stop()

Stops the event from propagation

Properties

Link copied to clipboard
val field: FormField<P>
Link copied to clipboard
open override val isStopped: Boolean

Property indicating if the propagation of the message was stopped

Link copied to clipboard
open override val sender: FormField<P>