All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mvysny.kaributesting.v10.Messages.kt Maven / Gradle / Ivy

There is a newer version: 2.1.8
Show newest version
package com.github.mvysny.kaributesting.v10

import com.vaadin.flow.component.messages.MessageInput

/**
 * Fires the [MessageInput.SubmitEvent] event.
 */
public fun MessageInput._submit(message: String) {
    _expectEditableByUser()
    _fireEvent(MessageInput.SubmitEvent(this, true, message))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy