Package-level declarations

Types

Link copied to clipboard
interface Command : StringLike
Link copied to clipboard
open class CommandEvent(val type: EventType<CommandEvent>, init: CommandEventInit = definedExternally) : Event

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.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
inline fun Command(value: String): Command