Function select_range

pub fn select_range<T>(
    target: Id,
    start: usize,
    end: usize,
) -> impl Operation<T>
Expand description

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