function cell_getIsFocused<TFeatures, TData, TValue>(cell): boolean;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:420
Checks whether this cell is the active cell.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Cell<TFeatures, TData, TValue>
boolean
const isFocused = cell_getIsFocused(cell)