SelectionStyle extension

on

Methods

styleGet(String name) String?
Returns the current value of the specified style property for the first (non-null) element in the selection.
styleSet(String name, Union2<EachCallback<String?>, String>? value, [String priority = ""]) Selection
Sets the style property with the specified name to the specified value on the selected elements and returns this selection.