Type alias SelectedCell

SelectedCell: {
    arrayIndex?: number;
    columnKey: string | "_rowy_row_actions";
    focusInside: boolean;
    path: string | "_rowy_header";
}

Type declaration

  • Optional arrayIndex?: number
  • columnKey: string | "_rowy_row_actions"
  • focusInside: boolean
  • path: string | "_rowy_header"

Generated using TypeDoc