accessKeyLabel property
The HTMLElement.accessKeyLabel
read-only property returns a string containing the element's
browser-assigned access key (if any); otherwise it returns an empty
string.
Implementation
external String get accessKeyLabel;
The HTMLElement.accessKeyLabel
read-only property returns a string containing the element's
browser-assigned access key (if any); otherwise it returns an empty
string.
external String get accessKeyLabel;