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