menu
Dart
dart:html
Window
getSelection method
getSelection
brightness_4
brightness_5
description
getSelection
method
Selection
?
getSelection
(
)
Returns the currently selected text.
Other resources
Window.getSelection
from MDN.
Implementation
Selection? getSelection() native;
Dart
dart:html
Window
getSelection method
Window class