menu
js_bindings package
documentation
bindings/dom.dart
PropsElement
getAttributeNames method
getAttributeNames method
dark_mode
light_mode
getAttributeNames
method
Iterable
<
String
>
getAttributeNames
(
)
Implementation
Iterable<String> getAttributeNames() => js_util.callMethod(this, 'getAttributeNames', []);
js_bindings package
documentation
bindings/dom
PropsElement
getAttributeNames method
PropsElement extension on
Element