inputType property
String
get
inputType
The inputType
read-only property of the
InputEvent interface returns the type of change made to editable
content.
Possible changes include for example inserting, deleting, and formatting
text.
Implementation
external String get inputType;