Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputEventInit

Package version

Hierarchy

Index

Properties

Optional bubbles

bubbles: undefined | false | true

Optional cancelable

cancelable: undefined | false | true

Optional composed

composed: undefined | false | true

Optional data

data: string | null

Optional detail

detail: undefined | number

Optional inputType

inputType: undefined | string

Optional isComposing

isComposing: undefined | false | true

Optional view

view: Window | null

Generated using TypeDoc