Type Alias SelectionEventsPayloads

SelectionEventsPayloads: {
    add_cells: (Cell | Link)[];
    cleared: (Cell | Link)[];
}