Add accesskey property

This commit is contained in:
nathan 2022-04-05 10:09:49 -06:00
parent d34cf914fa
commit e68e125a0a

View File

@ -131,6 +131,13 @@ const Et2WidgetMixin = (superClass) =>
reflect: true
},
/**
* Accesskey provides a hint for generating a keyboard shortcut for the current element.
* The attribute value must consist of a single printable character.
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey
*/
accesskey: {type: String, reflect: true},
/**
* Widget ID of another node to insert this node into instead of the normal location
* This isn't a normal property...