SelectionAttr extension
- on
Methods
-
attrGet(
String name) → String? -
Available on Selection, provided by the SelectionAttr extension
Returns the current value of the specified attribute for the first (non-null) element in the selection. -
attrSet(
String name, Union2< EachCallback< ? value) → SelectionString?> , String> -
Available on Selection, provided by the SelectionAttr extension
Sets the attribute with the specified name to the specified value on the selected elements and returns this selection.