Type Alias BeforeSelectedCellEvent

BeforeSelectedCellEvent: CellAddress & {
    after: CellAddress;
    selected: false;
}