CommandEvent
open class CommandEvent(val type: EventType<CommandEvent>, init: CommandEventInit = definedExternally) : Event(source)
The CommandEvent interface represents an event notifying the user when a button element with valid commandForElement and command attributes is about to invoke an interactive element.