Skip to main content

RowSelectionState

Type Alias RowSelectionState 

Source
pub type RowSelectionState = HashSet<RowKey>;
Expand description

Selected rows keyed by RowKey.

Aliased Typeยง

pub struct RowSelectionState { /* private fields */ }