SelectionStyle extension

on

Methods

styleGet(String name) String?

Available on Selection, provided by the SelectionStyle extension

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

Available on Selection, provided by the SelectionStyle extension

Sets the style property with the specified name to the specified value on the selected elements and returns this selection.