accessKey property

String get accessKey

The HTMLElement.accessKey property sets the keystroke which a user can press to jump to a given element.

Note: The HTMLElement.accessKey property is seldom used because of its multiple conflicts with already present key bindings in browsers. To work around this, browsers implement accesskey behavior if the keys are pressed with other "qualifying" keys (such as Alt + accesskey).

Implementation

external String get accessKey;
set accessKey (String value)

Implementation

external set accessKey(String value);