getSelection abstract method
Gets the SelectedContentRange representing the selected range in this object.
When nothing is selected, subclasses should return null
.
Implementation
SelectedContentRange? getSelection();
Gets the SelectedContentRange representing the selected range in this object.
When nothing is selected, subclasses should return null
.
SelectedContentRange? getSelection();