Selects a cell's id. Prefer useCellId when the id is all you need — it skips the selector machinery.
the resolved cell record
import { useCell, selectCellId } from '@joint/react';const id = useCell(cellId, selectCellId); Copy
import { useCell, selectCellId } from '@joint/react';const id = useCell(cellId, selectCellId);
Selects a cell's id. Prefer useCellId when the id is all you need — it skips the selector machinery.