SelectionText extension

on

Methods

textGet() String?

Available on Selection, provided by the SelectionText extension

Returns the text content for the first (non-null) element in the selection.
textSet([Union2<EachCallback<String?>, String>? value]) Selection

Available on Selection, provided by the SelectionText extension

Sets the text content to the specified value on all selected elements, replacing any existing child elements.