Skip to main content

RowId

Type Alias RowId 

Source
pub type RowId = String;
Expand description

A stable, domain-level identity for a row (FC-5). When present, selection is keyed on this string instead of the visual row.index(), so an insert/delete that shifts visual positions does not silently move the selection.

Aliased Type§

pub struct RowId { /* private fields */ }