pub fn select_range<T>( target: Id, start: usize, end: usize, ) -> impl Operation<T>
Produces an Operation that selects the given content range of the widget with the given Id.
Operation
Id