select_range

Function select_range 

pub fn select_range<T>(
    target: Id,
    start: usize,
    end: usize,
) -> impl Operation<T>
Available on crate feature advanced only.
Expand description

Produces an Operation that selects the given content range of the widget with the given Id.