Optional ReadonlycharThe character value of the pressed key, if a printable character, as a string.
Optional ReadonlykeyThe key value of the pressed key. This is the same as the char property for printable keys,
or a key name for others.
Optional ReadonlymemoObject passed to ElementWrapper.trigger().
ReadonlynativeWrapped event.
ReadonlytypeEvent type.
Generic view of an DOM event that is passed to a handler function.
Properties: nativeEvent - the native Event object, which may provide additional information. memo - the object passed to
ElementWrapper.trigger(). type - the name of the event that was triggered. char - the character value of the pressed key, if a printable character, as a string. key -The key value of the pressed key. This is the same as thecharproperty for printable keys, or a key name for others.