core
0.1.7
core
/
de.peekandpoke.kraft.addons.forms
/
FormFieldUnmountedMessage
Form
Field
Unmounted
Message
class
FormFieldUnmountedMessage
<
P
>
(
val
field
:
FormField
<
P
>
)
:
MessageBase
<
FormField
<
P
>
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Form
Field
Unmounted
Message
Link copied to clipboard
fun
<
P
>
FormFieldUnmountedMessage
(
field
:
FormField
<
P
>
)
Content copied to clipboard
Functions
stop
Link copied to clipboard
fun
stop
(
)
Content copied to clipboard
Stops the event from propagation
Properties
field
Link copied to clipboard
val
field
:
FormField
<
P
>
Content copied to clipboard
isStopped
Link copied to clipboard
open
override
val
isStopped
:
Boolean
Content copied to clipboard
Property indicating if the propagation of the message was stopped
sender
Link copied to clipboard
open
override
val
sender
:
FormField
<
P
>
Content copied to clipboard