Docs (4.0.0)
class TestOutputElement type

type PlatformEvent

Type definition for a set of platform event names.

static

type PlatformEvent = "click" | "dblclick" | "mouseup" | "mousedown" | "keydown" | "keypress" | "keyup" | "focusin" | "focusout" | "change" | "input" | "mouseenter" | "mouseleave" | "submit"

Notes

Related