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