SelectionText extension
Methods
-
textGet()
→ String?
-
Returns the text content for the first (non-null) element in the
selection.
-
textSet([Union2<EachCallback<String?>, String>? value])
→ Selection
-
Sets the text content to the specified value on all selected
elements, replacing any existing child elements.